openSearch method

Future<void> openSearch()

Displays a search bar that allows the user to enter and search text within a document.

Implementation

Future<void> openSearch() {
  return _channel.invokeMethod(Functions.openSearch);
}