navigateToHomePage static method
dynamic
navigateToHomePage(
Implementation
static navigateToHomePage(
BuildContext context, String code, String title, String body) {
Navigator.pushReplacementNamed(context, '/home', arguments: {
'code': code,
'title': title,
'image': 'zhoq.png',
'body': body
});
}