play method

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

Play the current active player

Implementation

@override
Future<void> play() async {
  await methodChannel.invokeMethod('play');
}