init method

Creates a new platform player and returns a nested platform interface for communicating with that player.

Implementation

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