instance property

RawSoundPlayerPlatform get instance

Implementation

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

Implementation

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