initialize method

Future<void> initialize(
  1. MediaIntentsHandler handler
)

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.');
}