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