unregisterAccount static method

Future<void> unregisterAccount(
  1. String accountId
)

Unregister a specific account

Implementation

static Future<void> unregisterAccount(String accountId) async {
  await MultiSipService.unregisterAccount(accountId);
}