accountSessionGet method

@param applicationId

Implementation

Future<
  chopper.Response<
    WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse
  >
>
accountSessionGet({String? applicationId}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse,
    () =>
        WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse
            .fromJsonFactory,
  );

  return _accountSessionGet(applicationId: applicationId);
}