delete method
Deletes a file from the bucket.
Implementation
Future<void> delete() async {
await ApillonApi.delete(apiPrefix!);
ApillonLogger.log('File deleted successfully');
}
Deletes a file from the bucket.
Future<void> delete() async {
await ApillonApi.delete(apiPrefix!);
ApillonLogger.log('File deleted successfully');
}