static void register({required String appId, String? universalLink}) { Get.lazyPut(() => QQService(appId: appId, universalLink: universalLink)); }