registeredAccounts property
List<SipAccount>
get
registeredAccounts
Get all registered accounts
Implementation
static List<SipAccount> get registeredAccounts {
return _accounts.values.where((acc) => acc.isRegistered).toList();
}