remoteConfigInstance function
- @Riverpod(keepAlive: true)
- dynamic ref
A provider for the Firebase Remote Config instance.
This provider is used to provide the Firebase Remote Config instance to the RemoteConfigService class. It is used to interact with Firebase Remote Config.
Implementation
@Riverpod(keepAlive: true)
FirebaseRemoteConfig remoteConfigInstance(RemoteConfigInstanceRef ref) =>
FirebaseRemoteConfig.instance;