PostEvent typedef

  1. @visibleForTesting
PostEvent = void Function(String eventKind, Map<String, Object?> eventData)

A typedef for the post event function.

Implementation

@visibleForTesting
typedef PostEvent = void Function(
  String eventKind,
  Map<String, Object?> eventData,
);