stop method
Stops speech recognition.
Implementation
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}
Stops speech recognition.
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}