mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
15 lines
309 B
C++
15 lines
309 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <flutter_qjs/flutter_qjs_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FlutterQjsPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FlutterQjsPlugin"));
|
|
}
|