jwtPost method
Future<Response<FwCoreControllersFwJwtControllerJwtResponseModel> >
jwtPost({
- required FwStandardModelsFwApplicationUser? body,
Implementation
Future<chopper.Response<FwCoreControllersFwJwtControllerJwtResponseModel>>
jwtPost({required FwStandardModelsFwApplicationUser? body}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwJwtControllerJwtResponseModel,
() => FwCoreControllersFwJwtControllerJwtResponseModel.fromJsonFactory);
return _jwtPost(body: body);
}