fetchVariables static method

Future<bool?> fetchVariables()

Forces variables to update from the server.

Implementation

static Future<bool?> fetchVariables() async {
  return await _dartToNativeMethodChannel.invokeMethod('fetchVariables', {});
}