updatePlaybackState method

Future<void> updatePlaybackState(
  1. PlaybackState state
)

Updates the playback state on the current platform.

Implementation

Future<void> updatePlaybackState(PlaybackState state) {
  throw UnimplementedError('updatePlaybackState() has not been implemented.');
}