isSuccessful property
bool
get
isSuccessful
Whether the notification delivery was successful.
Implementation
bool get isSuccessful => status == DeliveryStatus.delivered;
Whether the notification delivery was successful.
bool get isSuccessful => status == DeliveryStatus.delivered;