startRecording method

Future<bool?> startRecording()

Implementation

Future<bool?> startRecording() {
  throw UnimplementedError('startRecording() has not been implemented.');
}