getAll abstract method

  1. @Get(path: 'user/')
Future<Response<GetAllUsersResponse>> getAll()

Implementation

@Get(path: 'user/')
Future<Response<GetAllUsersResponse>> getAll();