undelegate_Pre method

Future<MsgUndelegateResponse> undelegate_Pre(
  1. ServiceCall call,
  2. Future<MsgUndelegate> request
)

Implementation

$async.Future<$1.MsgUndelegateResponse> undelegate_Pre(
    $grpc.ServiceCall call, $async.Future<$1.MsgUndelegate> request) async {
  return undelegate(call, await request);
}