Future<dynamic> pushReplacement(Widget goToPage) async { await Navigator.pushReplacement( this, MaterialPageRoute(builder: (_) => goToPage)); }