showTextSearchView method

Future<void> showTextSearchView()

Show the text search view. Example:

await controller.showTextSearchView();

Implementation

Future<void> showTextSearchView() async {
  return await _channel.invokeMethod('show_text_search_view');
}