initialize method
void
initialize()
Initialize the plugin
Implementation
void initialize() {
debugPrint('Initializing plugin: $name');
registerComponents();
}
Initialize the plugin
void initialize() {
debugPrint('Initializing plugin: $name');
registerComponents();
}