getSelection method - Window class - dart:html library (original) (raw)
Selection? getSelection()
Returns the currently selected text.
Other resources
- Window.getSelectionfrom MDN.
Implementation
Selection? getSelection() native;
Selection? getSelection()
Returns the currently selected text.
Selection? getSelection() native;