start method

Future<String?> start()

Platform-specific method to start speech-to-text

Implementation

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