refresh method
Forces a fresh Remote Config fetch and re-emits.
Implementation
Future<void> refresh() async {
await firebaseService.fetch();
_updateController.add(null);
}
Forces a fresh Remote Config fetch and re-emits.
Future<void> refresh() async {
await firebaseService.fetch();
_updateController.add(null);
}