15 lines
305 B
C++
15 lines
305 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <mmkv_win32/mmkv_win32_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
MmkvWin32PluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("MmkvWin32Plugin"));
|
|
}
|