instance property

Implementation

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

Implementation

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