activateSearch static method
Activate the search (go to search tab and focus search bar)
Implementation
static Future<void> activateSearch() async {
if (!_isEnabled) return;
await _channel.invokeMethod('activateSearch');
}
Activate the search (go to search tab and focus search bar)
static Future<void> activateSearch() async {
if (!_isEnabled) return;
await _channel.invokeMethod('activateSearch');
}