play method

  1. @override
Future<void> play()
override

Implementation

@override
Future<void> play() async {
  const method = BestPlayerMethods.play;
  await methodChannel.invokeMethod<String>(method);
}