instance property

MediaMetadataPlatform get instance

The default instance of MediaMetadataPlatform to use.

Implementation

static MediaMetadataPlatform get instance => _instance;
set instance (MediaMetadataPlatform instance)

Implementation

static set instance(MediaMetadataPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}