initialize method
Initializes the plugin and sets up any required native event listeners.
Must be implemented by platform-specific subclasses.
Implementation
Future<void> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}