menu
androssy package
documentation
core.dart
LocalDataRepositoryImpl<T extends Entity>
exists method
exists method
dark_mode
light_mode
exists
method
@
override
Future
<
bool
>
exists
(
{
required
String
id
,
})
override
Implementation
@override Future<bool> exists({required String id}) { return local.exists(id: id); }
androssy package
documentation
core
LocalDataRepositoryImpl<T extends Entity>
exists method
LocalDataRepositoryImpl class