PushNotification typedef

  1. @Deprecated('Use LocalNotification instead')
PushNotification = LocalNotification

Backwards compatibility alias for LocalNotification.

Implementation

@Deprecated('Use LocalNotification instead')
typedef PushNotification = LocalNotification;