onResonse method
Converts a dynamic response to the generic type T
.
Implementation
@override
EpochSchedule onResonse(result) {
return EpochSchedule.fromJson(result);
}
Converts a dynamic response to the generic type T
.
@override
EpochSchedule onResonse(result) {
return EpochSchedule.fromJson(result);
}