matchesWithAngel abstract method

Future<bool> matchesWithAngel(
  1. Object item,
  2. String key,
  3. Map context,
  4. Map matchState,
  5. Angel app,
)

Implementation

Future<bool> matchesWithAngel(
  Object item,
  String key,
  Map context,
  Map matchState,
  Angel app,
);