implementation method
Implementation
@override
void implementation() {
final responseCli = InternalAsklessResponseModel.fromMap(messageMap);
getIt.get<RequestsService>().notifyThatHasBeenReceivedServerResponse(responseCli);
}
@override
void implementation() {
final responseCli = InternalAsklessResponseModel.fromMap(messageMap);
getIt.get<RequestsService>().notifyThatHasBeenReceivedServerResponse(responseCli);
}