instance property

Implementation

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

Implementation

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