registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) {
  FlutterApxorwebPlatform.instance = FlutterApxorwebWeb();
  //markAsFlutter();
  var helper = ApxorWebHelper();
  registerApxorWebHelper(helper);
  // js.context["findEle"] = helper.find;
  // helper.find("text-s").then((value) => print(value));
}