Skip to main content

closeList

Future<void> closeList ()

Close the current opened list. Go to the search view.

Implementation

Future<void> closeList() async {
await _channel.invokeMethod('closeList');
}