instance property

Implementation

static MediaStorePlatform get instance => _instance;
void instance=(MediaStorePlatform instance)

Implementation

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