menu
flutter_adeeinappwebview_web package
documentation
web/in_app_web_view_web_element.dart
InAppWebViewWebElement
getSelectedText method
getSelectedText method
dark_mode
light_mode
getSelectedText
method
Future
<
String
?
>
getSelectedText
(
)
Implementation
Future<String?> getSelectedText() async { return _callMethod('getSelectedText'); }
flutter_adeeinappwebview_web package
documentation
web/in_app_web_view_web_element
InAppWebViewWebElement
getSelectedText method
InAppWebViewWebElement class