deleteRecording method

Future<bool?> deleteRecording()

Implementation

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