menu
flutter_fit_utils package
documentation
repositories/repository.dart
Repository
create abstract method
create abstract method
dark_mode
light_mode
create
abstract method
Future
<
Model
>
create
(
{
String
?
wantedId
,
})
Creates a new entry in the repository.
Implementation
Future<Model> create({String? wantedId});
flutter_fit_utils package
documentation
repositories/repository
Repository
create abstract method
Repository class