getUserInfo abstract method
Implementation
@GET(Api.userInfo)
Future<UserInfoResponse> getUserInfo({
@Header("X-UserId") String xUserId = "",
@Header("content-type") String type = "application/x-www-form-urlencoded",
});
@GET(Api.userInfo)
Future<UserInfoResponse> getUserInfo({
@Header("X-UserId") String xUserId = "",
@Header("content-type") String type = "application/x-www-form-urlencoded",
});