updateMenuItems method

Future<void> updateMenuItems(
  1. MenuParameters parameters
)

Updates the state of the MenuItems specified returns Called when the operation completes

Implementation

Future<void> updateMenuItems(MenuParameters parameters) async {
  await promiseToFuture<void>(
      $js.chrome.input.ime.updateMenuItems(parameters.toJS));
}