refreshFeatureFlags method

void refreshFeatureFlags()

Request a refresh of the feature flags. This may not always occur if called too soon.

Implementation

void refreshFeatureFlags() {
  _channel.invokeMethod('refreshFeatureFlags');
}