start method

Future start()

Player will start receiving audio chunks (PCM 16bit data) to audiostream as Uint8List to play audio.

Implementation

Future<dynamic> start() => _methodChannel.invokeMethod("startPlayer");