NotificationReceivedCallback typedef

NotificationReceivedCallback = void Function(BuildContext? topMostContext, FaradayNotification value)

Implementation

typedef NotificationReceivedCallback = void Function(
    BuildContext? topMostContext, FaradayNotification value);