menu
flutter_fit_utils package
documentation
repositories/repository.dart
Repository
count abstract method
count abstract method
dark_mode
light_mode
count
abstract method
Future
<
int
>
count
(
{
String
?
userId
,
Where
?
where
,
})
Returns the number of entries in the repository.
Implementation
Future<int> count({String? userId, Where? where});
flutter_fit_utils package
documentation
repositories/repository
Repository
count abstract method
Repository class