reset method

Future<bool?> reset()

Reset recognition. See Recognizer.reset.

Implementation

Future<bool?> reset() => _channel.invokeMethod<bool>('speechService.reset');