24 lines
		
	
	
		
			856 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			856 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  Generated file. Do not edit.
 | |
| //
 | |
| 
 | |
| // clang-format off
 | |
| 
 | |
| #include "generated_plugin_registrant.h"
 | |
| 
 | |
| #include <audioplayers_windows/audioplayers_windows_plugin.h>
 | |
| #include <screen_retriever_windows/screen_retriever_windows_plugin_c_api.h>
 | |
| #include <system_tray/system_tray_plugin.h>
 | |
| #include <window_manager/window_manager_plugin.h>
 | |
| 
 | |
| void RegisterPlugins(flutter::PluginRegistry* registry) {
 | |
|   AudioplayersWindowsPluginRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
 | |
|   ScreenRetrieverWindowsPluginCApiRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("ScreenRetrieverWindowsPluginCApi"));
 | |
|   SystemTrayPluginRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("SystemTrayPlugin"));
 | |
|   WindowManagerPluginRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("WindowManagerPlugin"));
 | |
| }
 |