This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
skyforce-app/windows/flutter/generated_plugin_registrant.cc

15 lines
324 B
C++
Raw Permalink Normal View History

2023-08-06 10:35:40 +02:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2023-08-11 20:01:01 +02:00
#include <url_launcher_windows/url_launcher_windows.h>
2023-08-06 10:35:40 +02:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2023-08-11 20:01:01 +02:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2023-08-06 10:35:40 +02:00
}