startStopRecording method Null safety

Future<void> startStopRecording()

Toggle recording on or off (depending on the current recording state).

Implementation

Future<void> startStopRecording() async {
  await command('StartStopRecording');
}