push method
Implementation
void push(BuildContext context) => Navigator.push(
context,
MaterialPageRoute(
builder: (context) => _MobileView(item: this),
),
);
void push(BuildContext context) => Navigator.push(
context,
MaterialPageRoute(
builder: (context) => _MobileView(item: this),
),
);