import 'package:sample_dart_dsdk/sdk/models/CategoryModel.dart'; class CategoryService { List getAll() { return List.empty(); } }