notify<T extends Service> method
void
notify<T extends Service>()
Implementation
void notify<T extends Service>() {
const ServiceNotification<T> notification = ServiceNotification();
return notification.dispatch(this);
}