syncVariables static method

Future<void> syncVariables()

Uploads variables to the server. Requires Development/Debug build/configuration.

Implementation

static Future<void> syncVariables() async {
  return await _dartToNativeMethodChannel.invokeMethod('syncVariables', {});
}