gotoMineInfoPage<T extends Object?> function
Implementation
Future<T?> gotoMineInfoPage<T extends Object?>(BuildContext context) {
return Navigator.pushNamed<T>(context, RouterConstants.PATH_MINE_INFO_PAGE);
}
Future<T?> gotoMineInfoPage<T extends Object?>(BuildContext context) {
return Navigator.pushNamed<T>(context, RouterConstants.PATH_MINE_INFO_PAGE);
}