success property
bool
get
success
Indicates whether the call started successfully
Implementation
bool get success => liveCall != null && error == null;
Indicates whether the call started successfully
bool get success => liveCall != null && error == null;