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