applyLastFetched method

Future<void> applyLastFetched()

Make the configuration data obtained from the cloud last time take effect.

Implementation

Future<void> applyLastFetched() {
  return _channel.invokeMethod('applyLastFetched');
}