onSuccess property Null safety
Stream of success
events handled by this Request.
Implementation
Stream<Event> get onSuccess => successEvent.forTarget(this);
Stream of success
events handled by this Request.
Stream<Event> get onSuccess => successEvent.forTarget(this);