summaryrefslogtreecommitdiff
path: root/windows/flutter/generated_plugin_registrant.cc
blob: 4f7884874da74281c7ffe7fa4b936e7b2af92c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  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"));
}