stop method

Future<void> stop()

Implementation

Future<void> stop() {
  throw UnimplementedError(
    '[PlatformPlayer.stop] is not implemented',
  );
}