exec_Pre method

Future<MsgExecResponse> exec_Pre(
  1. ServiceCall call,
  2. Future<MsgExec> request
)

Implementation

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