mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
15 lines
349 B
C++
15 lines
349 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <modal_progress_hud_nsn/modal_progress_hud_nsn_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
ModalProgressHudNsnPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("ModalProgressHudNsnPlugin"));
|
|
}
|