exec_Pre method
Implementation
$async.Future<$2.MsgExecResponse> exec_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgExec> request) async {
return exec(call, await request);
}
$async.Future<$2.MsgExecResponse> exec_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgExec> request) async {
return exec(call, await request);
}