getPlayState method

Future<int> getPlayState()

Implementation

Future<int> getPlayState() async {
  return await _channel!.invokeMethod('getPlayState', {});
}