getAccessToken abstract method
- @POST(Api.userAuthentication)
- @Query("userName") required String userName,
Implementation
@POST(Api.userAuthentication)
Future<LoginResponseModel> getAccessToken({
@Query("userName") required String userName,
});
@POST(Api.userAuthentication)
Future<LoginResponseModel> getAccessToken({
@Query("userName") required String userName,
});