stopRecording method Null safety
Stop recording. Will return an error if recording is not active.
Implementation
Future<void> stopRecording() async {
await command('StopRecordinging');
}
Stop recording. Will return an error if recording is not active.
Future<void> stopRecording() async {
await command('StopRecordinging');
}