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