initialize method

void initialize()

Initialize the plugin

Implementation

void initialize() {
  debugPrint('Initializing plugin: $name');
  registerComponents();
}