onResponse method

  1. @override
MsgTimeoutOnCloseResponse onResponse(
  1. List<int> bytes
)
override

Implementation

@override
MsgTimeoutOnCloseResponse onResponse(List<int> bytes) {
  return MsgTimeoutOnCloseResponse.deserialize(bytes);
}