cupertinoPush method
Implementation
void cupertinoPush(Widget page) {
Navigator.of(this).push(CupertinoPageRoute(builder: (context) => page));
}
void cupertinoPush(Widget page) {
Navigator.of(this).push(CupertinoPageRoute(builder: (context) => page));
}