popUpContextMenu method

Future<void> popUpContextMenu()

Pop up the context menu.

Implementation

Future<void> popUpContextMenu() async {
  await _platformChannel.invokeMethod(_kPopupContextMenu);
}