PNManagerProvider typedef

PNManagerProvider = PushNotificationManager Function(CoordinatorClient client, StreamVideo streamVideo)

Signature for a function which provides a new instance of PushNotificationManager.

Implementation

typedef PNManagerProvider =
    PushNotificationManager Function(
      CoordinatorClient client,
      StreamVideo streamVideo,
    );