mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-29 04:30:01 +00:00
15 lines
324 B
C++
15 lines
324 B
C++
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#include "generated_plugin_registrant.h"
|
||
|
|
||
|
#include <url_launcher_windows/url_launcher_windows.h>
|
||
|
|
||
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||
|
UrlLauncherWindowsRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
||
|
}
|