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