delegate_Pre method

Future<MsgDelegateResponse> delegate_Pre(
  1. ServiceCall call,
  2. Future<MsgDelegate> request
)

Implementation

$async.Future<$1.MsgDelegateResponse> delegate_Pre(
    $grpc.ServiceCall call, $async.Future<$1.MsgDelegate> request) async {
  return delegate(call, await request);
}