currentResult property
inherited
When this route is popped (see Navigator.pop
) if the result isn't
specified or if it's null, this value will be used instead.
Implementation
T get currentResult => null;
When this route is popped (see Navigator.pop
) if the result isn't
specified or if it's null, this value will be used instead.
T get currentResult => null;