completeWith method
void
completeWith(
- T value
Implementation
void completeWith(T value) {
_completer.complete(value);
parent.popRoute(this);
}
void completeWith(T value) {
_completer.complete(value);
parent.popRoute(this);
}