20 lines
629 B
C++
20 lines
629 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
|
#include <printing/printing_plugin.h>
|
|
#include <speech_to_text_windows/speech_to_text_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
|
PrintingPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("PrintingPlugin"));
|
|
SpeechToTextWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("SpeechToTextWindows"));
|
|
}
|