accountSessionGet method
Future<Response<WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse> >
accountSessionGet({
- String? applicationId,
@param applicationId
Implementation
Future<
chopper.Response<
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse>>
accountSessionGet({String? applicationId}) {
generatedMapping.putIfAbsent(
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse,
() =>
WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse
.fromJsonFactory);
return _accountSessionGet(applicationId: applicationId);
}