offAll<T extends Object?> static method
Clear all previous routes and navigate to a new one.
Implementation
static Future<T?>? offAll<T extends Object?>(String routeName,
{dynamic arguments}) =>
BlueWhale.navigator.offAll<T>(routeName, arguments: arguments);