fetch method

Future<void> fetch()

Fetches and caches configuration from the Remote Config service.

Implementation

Future<void> fetch() {
  throw UnimplementedError('fetch() is not implemented');
}