menu
eda package
documentation
contracts.dart
ICommandRepository<TAggregate, TId>
save abstract method
save abstract method
dark_mode
light_mode
save
abstract method
Future
<
void
>
save
(
TAggregate
aggregate
)
Implementation
Future<void> save(TAggregate aggregate);
eda package
documentation
contracts
ICommandRepository<TAggregate, TId>
save abstract method
ICommandRepository class