attachInput method
Attaches the IME connection to the given document.
Implementation
void attachInput(FluentDocument document) {
_document = document;
_lastSyncedFragmentId = '';
_lastSyncedText = '';
_prevSelectionKey = '';
}
Attaches the IME connection to the given document.
void attachInput(FluentDocument document) {
_document = document;
_lastSyncedFragmentId = '';
_lastSyncedText = '';
_prevSelectionKey = '';
}