hideDefaultContextMenu method
void
hideDefaultContextMenu()
This is the HTMLInfo#hide method for the #defaultTouchContextMenu.
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose
Implementation
void hideDefaultContextMenu() {
_i4.callMethod(
this,
'hideDefaultContextMenu',
[],
);
}