close method
void
close()
Closes the event manager.
Implementation
void close() {
if (!_controller.isClosed) {
_controller.close();
}
}
Closes the event manager.
void close() {
if (!_controller.isClosed) {
_controller.close();
}
}