mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 17:40:45 +00:00
init
This commit is contained in:
6
lib/di/di_base_repo.dart
Normal file
6
lib/di/di_base_repo.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
/// Миксин репозитория в приложении.
|
||||
/// Каждый интерфейс репозитория в приложении должен подмешивать текущий класс
|
||||
mixin class DiBaseRepo {
|
||||
/// Наименование репозитория
|
||||
String get name => 'DiBaseRepo';
|
||||
}
|
||||
Reference in New Issue
Block a user