registerComponents method

  1. @override
void registerComponents()
override

Register components provided by this plugin

Implementation

@override
void registerComponents() {
  // In the modularized version, the core plugin doesn't register components
  // Each component should be registered by its own plugin
  debugPrint('Core plugin initialized');
}