mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-15 07:04:26 +10:00
15 lines
337 B
C++
15 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"));
|
|
}
|