fetchAndActivate method

Future<bool> fetchAndActivate()

Performs fetch and activate operations, as a convenience. Returns a promise which resolves to true if the current call activated the fetched configs. If the fetched configs were already activated, the promise will resolve to false.

Implementation

Future<bool> fetchAndActivate() async =>
    handleThenable(jsObject.fetchAndActivate());