storeCode_Pre method

Future<MsgStoreCodeResponse> storeCode_Pre(
  1. ServiceCall call,
  2. Future<MsgStoreCode> request
)

Implementation

$async.Future<$0.MsgStoreCodeResponse> storeCode_Pre(
    $grpc.ServiceCall call, $async.Future<$0.MsgStoreCode> request) async {
  return storeCode(call, await request);
}