push<T> method

Future<T?> push<T>(
  1. BuildContext context
)

Implementation

Future<T?> push<T>(BuildContext context) => context.push<T>(location);