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