startStopRecording method Null safety
Toggle recording on or off (depending on the current recording state).
Implementation
Future<void> startStopRecording() async {
await command('StartStopRecording');
}
Toggle recording on or off (depending on the current recording state).
Future<void> startStopRecording() async {
await command('StartStopRecording');
}