success property

bool get success

Indicates whether the call started successfully

Implementation

bool get success => liveCall != null && error == null;