open static method

Future<String?> open()

ฟังก์ชันนี้จะ return ผลลัพธ์ของ Recaptcha

Implementation

static Future<String?> open() async {
  return await Get.to<String?>(() => const RecaptchaPage());
}