getAccount static method

SipAccount? getAccount(
  1. String accountId
)

Get account by ID

Implementation

static SipAccount? getAccount(String accountId) => MultiSipService.getAccount(accountId);