onNotificationArrival property

dynamic Function(Map<String, dynamic>)? get onNotificationArrival

Returns the callback called when a push notification arrives.

Implementation

static Function(Map<String, dynamic>)? get onNotificationArrival =>
    MPush.onNotificationArrival;