avatarStorageService function
- @Riverpod.new(keepAlive: true)
- Ref ref
Provider for AvatarStorageService instance.
Implementation
@Riverpod(keepAlive: true)
AvatarStorageService avatarStorageService(Ref ref) {
return ref.watch(engineClientProvider).avatar;
}