override fun createNativeModules()

in android/src/main/java/com/google/recaptchaenterprisereactnative/RecaptchaEnterpriseReactNativePackage.kt [25:27]


  override fun createNativeModules(reactContext: ReactApplicationContext): List<NativeModule> {
    return listOf(RecaptchaEnterpriseReactNativeModule(reactContext))
  }