updatePlaybackState method
Updates the playback state on the current platform.
Implementation
Future<void> updatePlaybackState(PlaybackState state) {
throw UnimplementedError('updatePlaybackState() has not been implemented.');
}
Updates the playback state on the current platform.
Future<void> updatePlaybackState(PlaybackState state) {
throw UnimplementedError('updatePlaybackState() has not been implemented.');
}