mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
15 lines
317 B
C++
15 lines
317 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <encrypter/encrypter_plugin_c_api.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
EncrypterPluginCApiRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("EncrypterPluginCApi"));
|
|
}
|