NotificationTapHandler typedef

NotificationTapHandler = FutureOr<void> Function(Map<String?, Object?> body)

Implementation

typedef NotificationTapHandler = FutureOr<void> Function(
    Map<String?, Object?> body);