to<T extends Object?> static method

Future<T?> to<T extends Object?>(
  1. dynamic route, {
  2. Object? arguments,
})

Implementation

static Future<T?> to<T extends Object?>(dynamic route, {Object? arguments}) =>
    StateFlowNavigation.to<T>(route, arguments: arguments);