isVerifySupport property

Future<bool?> get isVerifySupport

Implementation

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