fetch method

Future<void> fetch()

Fetches and caches configuration from the Remote Config service.

Implementation

Future<void> fetch() {
  return _delegate.fetch();
}