AndroidBackgroundPushReceivedHandler typedef

AndroidBackgroundPushReceivedHandler = Future<void> Function(PushReceivedEvent pushReceivedEvent)

Implementation

typedef AndroidBackgroundPushReceivedHandler = Future<
    void> Function(PushReceivedEvent pushReceivedEvent);