Future<dynamic> push(Widget destination) => navigatorKey.currentState! .push(CustomPageRoute(builder: (context) => destination));