Advertisement
FlyFar

generated_plugin_registrant.h

Jul 24th, 2023
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | Cybersecurity | 0 0
  1. //
  2. //  Generated file. Do not edit.
  3. //
  4.  
  5. // clang-format off
  6.  
  7. #ifndef GENERATED_PLUGIN_REGISTRANT_
  8. #define GENERATED_PLUGIN_REGISTRANT_
  9.  
  10. #include <flutter/plugin_registry.h>
  11.  
  12. // Registers Flutter plugins.
  13. void RegisterPlugins(flutter::PluginRegistry* registry);
  14.  
  15. #endif  // GENERATED_PLUGIN_REGISTRANT_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement