createKeyboardEvent function
Creates a server-side KeyboardEvent.
Implementation
KeyboardEvent createKeyboardEvent(String type) => ServerKeyboardEvent(type);
Creates a server-side KeyboardEvent.
KeyboardEvent createKeyboardEvent(String type) => ServerKeyboardEvent(type);