menu
littlefish_core package
documentation
data/database_client.dart
DatabaseClient<T>
getWhere<Y> abstract method
getWhere<Y> abstract method
dark_mode
light_mode
getWhere<
Y
>
abstract method
Future
<
List
<
Y
>
?
>
getWhere
<
Y
>(
String
collection
,
bool
predicate
(
Y
key
)
)
Implementation
Future<List<Y>?> getWhere<Y>( String collection, bool Function(Y key) predicate);
littlefish_core package
documentation
data/database_client
DatabaseClient<T>
getWhere<Y> abstract method
DatabaseClient class