isAvailable property

Future<bool> isAvailable

Implementation

Future<bool> get isAvailable {
  return GrecaptchaPlatform.instance.isAvailable;
}