menu
datum package
documentation
source/adapter/remote_adapter.dart
RemoteAdapter<T extends DatumEntityInterface>
create abstract method
create abstract method
dark_mode
light_mode
create
abstract method
Future
<
void
>
create
(
T
entity
)
Create a new entity on the remote data source.
Implementation
Future<void> create(T entity);
datum package
documentation
source/adapter/remote_adapter
RemoteAdapter<T extends DatumEntityInterface>
create abstract method
RemoteAdapter class