You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
345 B

  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #include "generated_plugin_registrant.h"
  6. #include <audioplayers_windows/audioplayers_windows_plugin.h>
  7. void RegisterPlugins(flutter::PluginRegistry* registry) {
  8. AudioplayersWindowsPluginRegisterWithRegistrar(
  9. registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
  10. }