|
override Future< List< Loco > > | fetchLocos () async |
|
override Future< Loco > | fetchLoco (int address) async |
|
override Future< void > | updateLocos (List< Loco > locos) async |
|
override Future< void > | updateLoco (int address, Loco loco) async |
|
override Future< void > | deleteLocos () async |
|
override Future< void > | deleteLoco (int address) async |
|
◆ deleteLoco()
override Future< void > HttpDccService::deleteLoco |
( |
int | address | ) |
|
|
inline |
◆ deleteLocos()
override Future< void > HttpDccService::deleteLocos |
( |
| ) |
|
|
inline |
◆ fetchLoco()
override Future< Loco > HttpDccService::fetchLoco |
( |
int | address | ) |
|
|
inline |
◆ fetchLocos()
override Future< List< Loco > > HttpDccService::fetchLocos |
( |
| ) |
|
|
inline |
◆ updateLoco()
override Future< void > HttpDccService::updateLoco |
( |
int | address, |
|
|
Loco | loco ) |
|
inline |
◆ updateLocos()
override Future< void > HttpDccService::updateLocos |
( |
List< Loco > | locos | ) |
|
|
inline |
◆ _client
final http Client HttpDccService::_client |
◆ _domain
final String HttpDccService::_domain |
The documentation for this class was generated from the following file: