getState method

Future<String> getState()

Returns a string description of the current playback state.

Implementation

Future<String> getState() => _impl.getState();