feat: Add library directive to multiple BLoC and service files for improved organization
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
/// // Delete a file
|
||||
/// await storageService.deleteFile(fileUrl);
|
||||
/// ```
|
||||
library;
|
||||
import 'dart:io';
|
||||
import 'dart:typed_data';
|
||||
import 'package:firebase_storage/firebase_storage.dart';
|
||||
|
||||
Reference in New Issue
Block a user