instance property

SoundtouchSdkPlatform get instance

Implementation

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

Implementation

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