Skip to main content

closeEvent

Future<void> closeEvent ()

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

Implementation

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