NavigatorStateX extension
Methods
-
nativePop<
T extends Object> ([T? result]) → Future< void> -
Available on NavigatorState, provided by the NavigatorStateX extension
pop native flutter container -
nativePushNamed<
T extends Object> (String routeName, {Object? arguments, Options? options}) → Future< T?> -
Available on NavigatorState, provided by the NavigatorStateX extension
push native flutter container