initialize method
Initializes this plugin.
Call this once before any further interaction with the plugin.
Implementation
Future<void> initialize(MediaIntentsHandler handler) async {
throw UnimplementedError('initialize() has not been implemented.');
}