fetch method

Future<void> fetch()

Fetches and caches configuration from the Remote Config service.

Implementation

Future<void> fetch() async => handleThenable(jsObject.fetch());