taxgilde/lib/router/consts_routers.dart
2026-04-11 10:21:31 +05:30

17 lines
721 B
Dart

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';
}