updateMetadata method

Future<void> updateMetadata(
  1. MediaMetadata metadata
)

Updates the media metadata on the current platform.

Implementation

Future<void> updateMetadata(MediaMetadata metadata) {
  throw UnimplementedError('updateMetadata() has not been implemented.');
}