ForegroundPresentationOptionsCallback typedef

ForegroundPresentationOptionsCallback = Future<List<IOSForegroundPresentationOption>?> Function(PushPayload payload)

Implementation

typedef ForegroundPresentationOptionsCallback
    = Future<List<IOSForegroundPresentationOption>?> Function(PushPayload payload);