Notification<T>.onDone constructor
Constructs a Notification with Kind.OnDone
Implementation
factory Notification.onDone() =>
const Notification._(Kind.OnDone, null, null);
Constructs a Notification with Kind.OnDone
factory Notification.onDone() =>
const Notification._(Kind.OnDone, null, null);