static Future<bool?> get isVerifySupport async { final bool? isSupport = await _channel.invokeMethod(FlyVerifySDKMethods.flyVerifyEnable.name); return isSupport; }