void setCustomKVHandler( FutureOr<void> Function(Map<String, String> payload)? handler, ) { EngageActionRunner.shared.setCustomKVHandler(handler); }