reset method
Reset recognition. See Recognizer.reset.
Implementation
Future<bool?> reset() => _channel.invokeMethod<bool>('speechService.reset');
Reset recognition. See Recognizer.reset.
Future<bool?> reset() => _channel.invokeMethod<bool>('speechService.reset');