InAppNavigatorHelper extension

on

Methods

clear<T extends Object?>(String route, {RoutePredicate? predicate, Object? args, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

close<T extends Object?>({T? result, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

home<T extends Object?>({Object? args, List<String> routes = const [], RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

Available on BuildContext, provided by the InAppNavigatorHelper extension

neglect<T extends Object?>(String route, {RoutePredicate? predicate, Object? args, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

next<T extends Object?>(String currentRoute, {String? groupName, Object? args, RoutePredicate? predicate, bool clearMode = false, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

open<T extends Object?>(String route, {Object? args, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

replace<T extends Object?, TO extends Object?>(String route, {TO? result, Object? args, RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension

visit<T extends Object?>(String defaultRoute, {Object? args, RoutePredicate? predicate, bool clearMode = false, List<String> routes = const [], RouteConfigs? configs}) Future<T?>?

Available on BuildContext, provided by the InAppNavigatorHelper extension