activate method

Future<bool> activate()

Makes the last fetched config available to the getters. Returns a future 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> activate() async => handleThenable(jsObject.activate());