21 lines
585 B
C++
21 lines
585 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <printing/printing_plugin.h>
|
|
#include <rive_common/rive_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
PrintingPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("PrintingPlugin"));
|
|
RivePluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("RivePlugin"));
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
}
|