deleteRecord method

Future<bool?> deleteRecord(
  1. FlutterSoundRecorderCallback callback,
  2. String path
)

Implementation

Future<bool?> deleteRecord(
    FlutterSoundRecorderCallback callback, String path) {
  throw UnimplementedError('deleteRecord() has not been implemented.');
}