OnTapHandlerAndroid typedef

OnTapHandlerAndroid = (Future<void> Function(NotificationResponse? message)?)

Implementation

typedef OnTapHandlerAndroid = Future<void> Function(
    NotificationResponse? message)?;