themes abstract method

  1. @GET('/themes')
Future<BaseModel<List<Theme>>> themes()

Implementation

@GET('/themes')
Future<BaseModel<List<Theme>>> themes();