stop method

Future<String?> stop()

Platform-specific method to stop speech-to-text

Implementation

Future<String?> stop() {
  throw UnimplementedError('stop() has not been implemented.');
}