stop method

Future<String?> stop()

Method to stop the speech-to-text

Implementation

Future<String?> stop() {
  return _methodChannel.stop();
}