undelegate_Pre method

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

Implementation

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