I am trying to add nullability to the argument in the method signature. my method declaration look like
(instancetype)initWithNetworkingService(id<NetworkingService>)networkingService;
How do I add nullability to above method ? NetworkingService is a Protocol