hideContextMenu method

void hideContextMenu()

Hide any context menu.

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 hideContextMenu() {
  _i4.callMethod(
    this,
    'hideContextMenu',
    [],
  );
}