import 'package:flutter/cupertino.dart'; Map getApplicationRoutes(){ return { 'login': (context)=>const LoginPage(), 'homeSeller': (context)=> const HomeSellerPage(), }; }