MethodChannelLivespeechtotext class

An implementation of LivespeechtotextPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String eventName, dynamic callback(dynamic)) StreamSubscription
Platform-specific method to register event
inherited
getLocaleDisplayName() Future<String?>
An implementation of LivespeechtotextPlatform.getLocaleDisplayName
override
getSupportedLocales() Future<Map<String, String>?>
An implementation of LivespeechtotextPlatform.getSupportedLocales
override
getText() Future<String?>
An implementation of LivespeechtotextPlatform.getText
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(String languageTag) Future
An implementation of LivespeechtotextPlatform.setLocale
override
start() Future<String?>
An implementation of LivespeechtotextPlatform.start
override
stop() Future<String?>
An implementation of LivespeechtotextPlatform.stop
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited