init method

Future<void> init()

Initializes the platform interface and disposes all existing players.

This method is called when the plugin is first initialized and on every full restart.

Implementation

Future<void> init() {
  throw UnimplementedError('init() has not been implemented.');
}