NotificationRecivedCallback typedef

NotificationRecivedCallback = void Function(BuildContext? topMostContext, ContainerNotification value)

Implementation

typedef NotificationRecivedCallback = void Function(
    BuildContext? topMostContext, ContainerNotification value);