push<T> method

Future<T> push<T>(
  1. Widget page
)

Implementation

Future<T> push<T>(Widget page) => router.push(page);