in lib/recaptcha_enterprise_method_channel.dart [51:54]
Future<bool> fetchClient(String siteKey) async { Map<String, dynamic> opts = {'siteKey': siteKey}; return await methodChannel.invokeMethod('fetchClient', opts); }