2024-08-18 22:48:22 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-09-05 16:19:08 +08:00
|
|
|
#include <pass_track/pass_track_plugin_c_api.h>
|
2024-08-18 22:48:22 +08:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-09-05 16:19:08 +08:00
|
|
|
PassTrackPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PassTrackPluginCApi"));
|
2024-08-18 22:48:22 +08:00
|
|
|
}
|