registerWith static method
Registers this class as the default instance of SpeechToTextPlatform.
Implementation
static void registerWith(Registrar registrar) {
SpeechToTextPlatform.instance = SpeechToTextPlugin();
}
Registers this class as the default instance of SpeechToTextPlatform.
static void registerWith(Registrar registrar) {
SpeechToTextPlatform.instance = SpeechToTextPlugin();
}