Converts a dynamic response to the generic type T.
T
@override String? onResonse(result) { if (result == "0x") return null; return super.onResonse(result); }