unregisterSipAccount method

Future<bool> unregisterSipAccount()

Implementation

Future<bool> unregisterSipAccount() async {
  return await _methodChannel.invokeMethod('unregisterSipAccount');
}