ฟังก์ชันนี้จะ return ผลลัพธ์ของ Recaptcha
static Future<String?> open() async { return await Get.to<String?>(() => const RecaptchaPage()); }