isSuccessful property

bool get isSuccessful

Whether the notification delivery was successful.

Implementation

bool get isSuccessful => status == DeliveryStatus.delivered;