getAccount static method

SipAccount? getAccount(
  1. String accountId
)

Get account by ID

Implementation

static SipAccount? getAccount(String accountId) {
  return _accounts[accountId];
}