showTextSearchView method
Show the text search view. Example:
await controller.showTextSearchView();
Implementation
Future<void> showTextSearchView() async {
return await _channel.invokeMethod('show_text_search_view');
}
Show the text search view. Example:
await controller.showTextSearchView();
Future<void> showTextSearchView() async {
return await _channel.invokeMethod('show_text_search_view');
}