manualDismissLoading static method

Future manualDismissLoading()

Implementation

static Future<dynamic> manualDismissLoading() {
  return _channel.invokeMethod(FlyVerifySDKMethods.hideLoading.name);
}