ime property
ChromeInputIme
get
ime
Use the chrome.input.ime
API to implement a custom IME for Chrome OS.
This allows your extension to handle keystrokes, set the composition, and
manage the candidate window.
Implementation
ChromeInputIme get ime => _inputIme;