onMatch property

FutureOr<void> Function(BuildContext context) onMatch
final

The callback to call when the code is matched.

Implementation

final FutureOr<void> Function(BuildContext context) onMatch;