cancel method
Stops and discards/deletes the file/blob.
Implementation
Future<void> cancel() async {
_created ??= await _create();
_amplitudeTimer?.cancel();
return RecordPlatform.instance.cancel(_recorderId);
}
Stops and discards/deletes the file/blob.
Future<void> cancel() async {
_created ??= await _create();
_amplitudeTimer?.cancel();
return RecordPlatform.instance.cancel(_recorderId);
}