Stops speech recognition.
@override Future<void> stop() { return methodChannel.invokeMethod<void>('stop'); }