menu
motocode_core package
documentation
services/src/api_client.dart
ApiClient
getRole abstract method
getRole abstract method
dark_mode
light_mode
getRole
abstract method
@GET('/roles/{id}')
Future
<
UserRole
>
getRole
(
@Path('id')
int
roleId
)
Implementation
@GET('/roles/{id}') Future<UserRole> getRole(@Path('id') int roleId);
motocode_core package
documentation
services/src/api_client
ApiClient
getRole abstract method
ApiClient class