startRecorder method

Future<void> startRecorder()

Implementation

Future<void> startRecorder() async {
  await SmartSpeechSdkPlatform.instance.engineStartRecorder();
}