getPlaybackState method

Future<String> getPlaybackState()

Returns a Future of String of the players playback events

Implementation

Future<String> getPlaybackState() async {
  return await _methodChannel.invokeMethod("get_playback_state");
}