refreshSDK static method

Future refreshSDK(
  1. bool force
)

Implementation

static Future refreshSDK(bool force) async {
  await _channel.invokeMethod('refreshSDK', [force]);
}