invalidateWhere method

Future<void> invalidateWhere(
  1. String modelKey,
  2. bool test(
    1. AgentSnapshot snapshot
    )
)

No-op.

Implementation

Future<void> invalidateWhere(
  String modelKey,
  bool Function(AgentSnapshot snapshot) test,
) async {}