@override invokeBindingMethod(String method, List args) { return handleJSCall(method, args) ?? super.invokeBindingMethod(method, args); }