onConfigUpdated property
A stream that emits whenever the Remote Config is updated and activated.
Implementation
Stream<void> get onConfigUpdated => _updateController.stream;
A stream that emits whenever the Remote Config is updated and activated.
Stream<void> get onConfigUpdated => _updateController.stream;