initializeCallClient method
Prepare service for work with the desired configuration
Implementation
Future<void> initializeCallClient(
{required Configuration configuration}) async {
throw UnimplementedError(
'initializeCallClient() has not been implemented.');
}