mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
14 lines
337 B
C++
14 lines
337 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <flutter_blue_plus_winrt/flutter_blue_plus_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FlutterBluePlusPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FlutterBluePlusPlugin"));
|
|
}
|