authorizationSuccessResponseFromJson function
- String str
Implementation
AuthorizationSuccessResponse authorizationSuccessResponseFromJson(String str) =>
AuthorizationSuccessResponse.fromJson(json.decode(str));
AuthorizationSuccessResponse authorizationSuccessResponseFromJson(String str) =>
AuthorizationSuccessResponse.fromJson(json.decode(str));