stopRecording method Null safety

Future<void> stopRecording()

Stop recording. Will return an error if recording is not active.

Implementation

Future<void> stopRecording() async {
  await command('StopRecordinging');
}