unRegister method
Unregisters from the SIP server and releases SDK resources.
This should be called when logging out or shutting down SIP functionality.
Implementation
Future<void> unRegister() async {
throw UnimplementedError('unRegister has not been implemented.');
}