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