instance property

SilentStatusPlatform get instance

The default instance of SilentStatusPlatform to use.

Defaults to MethodChannelSilentStatus.

Implementation

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

Implementation

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