ready static method

Future<bool> ready(
  1. String key,
  2. bool showBadge
)

use GRecaptchaV3 not ~GRecaptchaV3Platform~

Implementation

static Future<bool> ready(String key, bool showBadge) async {
  return false;
}