PlatformNotificationResponseCallback typedef

PlatformNotificationResponseCallback = Future<void> Function(PlatformNotificationResponse response)

Implementation

typedef PlatformNotificationResponseCallback =
    Future<void> Function(PlatformNotificationResponse response);