static Future<String?> get platformVersion async { return await _channel .invokeMethod(SecVerifySDKMethods.platformVersion.name); }