mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-25 08:19:06 +00:00
- The project was restarted using Android Studio. - Adoptive platform-specific widgets has been removed due to build issues with Android. - Dual-licensed under the BSD-3-Clause license and UNLICENSE.
14 lines
333 B
C++
14 lines
333 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
BitsdojoWindowPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
|
|
}
|