updatePlaybackState method
Updates the playback state on the current platform.
Implementation
@override
Future<void> updatePlaybackState(PlaybackState state) async {
await methodChannel.invokeMethod('updatePlaybackState', state.toJson());
}
Updates the playback state on the current platform.
@override
Future<void> updatePlaybackState(PlaybackState state) async {
await methodChannel.invokeMethod('updatePlaybackState', state.toJson());
}