Callback signature for dynamic confirmation requirements.
typedef ConfirmationPredicate = FutureOr<bool> Function(Map<String, dynamic> args);