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