callback property

Future<bool> Function(XMLNode) callback
final

The function to call when a nonza matches the description.

Implementation

final Future<bool> Function(XMLNode) callback;