pop method
void
pop([
- dynamic result
Delegation for Navigator.pop.
Implementation
void pop([dynamic result]) {
this.navigatorKey!.currentState!.pop(result);
}
Delegation for Navigator.pop.
void pop([dynamic result]) {
this.navigatorKey!.currentState!.pop(result);
}