class ConstRouters { static const String splash = '/splash'; static const String login = '/login'; static const String signup = '/signup'; static const String otp = '/otp'; static const String registerOtp = '/registerOtp'; static const String terms = '/terms'; static const String policy = '/policy'; static const String employeelogin = '/employeelogin'; static const String employeeotp = '/employeeotp'; static const String kycdetails = '/kycdetails'; static const String kycdetailslist = '/kycdetailslist'; static const String servicerequest = '/servicerequest'; static const String staff = '/staff'; static const String employeekycdetailslist = '/employeekycdetailslist'; static const String mpinSet = '/mpinSet'; static const String forgotPassword = '/forgotPassword'; static const String changePin = '/changePin'; }