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