play method
Sets the player state to "play"
Implementation
Future<void> play() async {
await _methodChannel.invokeMethod<void>('play');
}
Sets the player state to "play"
Future<void> play() async {
await _methodChannel.invokeMethod<void>('play');
}