matches method

  1. @override
bool matches(
  1. CTX ctx
)
override

Tests if this filter matches the given context.

Returns true if the filter matches and middleware should be executed, false otherwise.

Implementation

@override
bool matches(CTX ctx) => ctx.msg?.webAppData != null;