updateMetadata method
Updates the media metadata on the current platform.
Implementation
@override
Future<void> updateMetadata(MediaMetadata metadata) async {
await methodChannel.invokeMethod('updateMetadata', metadata.toJson());
}
Updates the media metadata on the current platform.
@override
Future<void> updateMetadata(MediaMetadata metadata) async {
await methodChannel.invokeMethod('updateMetadata', metadata.toJson());
}