instance property

Implementation

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

Implementation

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