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