updateMetadata method
Updates the media metadata on the current platform.
Implementation
Future<void> updateMetadata(MediaMetadata metadata) {
throw UnimplementedError('updateMetadata() has not been implemented.');
}
Updates the media metadata on the current platform.
Future<void> updateMetadata(MediaMetadata metadata) {
throw UnimplementedError('updateMetadata() has not been implemented.');
}