fxDio function
- @Riverpod.new(keepAlive: true)
- Ref ref
The shared authenticated Dio instance, owned by AuthController.
Implementation
@Riverpod(keepAlive: true)
Dio fxDio(Ref ref) {
return ref.watch(authControllerProvider.notifier).dio;
}
The shared authenticated Dio instance, owned by AuthController.
@Riverpod(keepAlive: true)
Dio fxDio(Ref ref) {
return ref.watch(authControllerProvider.notifier).dio;
}