registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) async {
  await importJsLibrary(url: "https://code.jquery.com/jquery-3.6.0.min.js");
  await importJsLibrary(url: "./assets/fajax.js", flutterPluginName: "fajax");
  FajaxPlatform.instance = FajaxWeb();
}