modules/common_utils/infrastructure/infrastructure library
Classes
Constants
- CONTENT_TYPE_HEADER → const String
Properties
- stackBaseSerializers → Serializers
-
final
Functions
-
convertResponseToStreamedResponse(
Response response, {Logger? logger}) → StreamedResponse - Converts an existing http.Response (non-streamed) into an http.StreamedResponse.
-
userModelMock(
) → UserModel
Typedefs
- AuthenticationTokenParsedData = ({String? refreshToken, String token})