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