changeVisibility static method

Future<void> changeVisibility(
  1. bool showBagde
)

change the reCaptcha badge visibility

Implementation

static Future<void> changeVisibility(bool showBagde) async {
  return;
}