getSelectedText method

Future<String?> getSelectedText()

Implementation

Future<String?> getSelectedText() async {
  return _callMethod('getSelectedText');
}