registerWith static method
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();
}