grant_Pre method

Future<MsgGrantResponse> grant_Pre(
  1. ServiceCall call,
  2. Future<MsgGrant> request
)

Implementation

$async.Future<$2.MsgGrantResponse> grant_Pre(
    $grpc.ServiceCall call, $async.Future<$2.MsgGrant> request) async {
  return grant(call, await request);
}