aboutsummaryrefslogtreecommitdiff
path: root/windows/flutter/generated_plugin_registrant.cc
blob: a0d0bbebf8f3ddfcaf6370b4b03052938426417a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

#include <permission_handler_windows/permission_handler_windows_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
  PermissionHandlerWindowsPluginRegisterWithRegistrar(
      registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
  UrlLauncherWindowsRegisterWithRegistrar(
      registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}