chore : remove unused switch conditions
This commit is contained in:
@@ -14,9 +14,7 @@ class AppAuthRouteResolver implements AuthRouteResolver {
|
|||||||
return LiveStockRoutes.auth;
|
return LiveStockRoutes.auth;
|
||||||
case Module.chicken:
|
case Module.chicken:
|
||||||
return ChickenRoutes.auth;
|
return ChickenRoutes.auth;
|
||||||
default:
|
}
|
||||||
throw UnimplementedError('No auth route for module: $module');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user