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