storageInstance function
- @Riverpod(keepAlive: true)
- dynamic ref
A provider for the Firebase Storage instance.
This provider is used to provide the Firebase Storage instance to the StorageService class. It is used to interact with Firebase Storage.
Implementation
@Riverpod(keepAlive: true)
FirebaseStorage storageInstance(StorageInstanceRef ref) =>
FirebaseStorage.instance;