13 lines
273 B
13 lines
273 B
5 years ago
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
#include "generated_plugin_registrant.h"
|
||
|
|
||
|
#include <argon2_ffi_plugin.h>
|
||
|
|
||
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||
|
Argon2FfiPluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("Argon2FfiPlugin"));
|
||
|
}
|