removeHumanPhone_Pre method

Future<RemoveHumanPhoneResponse> removeHumanPhone_Pre(
  1. ServiceCall call,
  2. Future<RemoveHumanPhoneRequest> request
)

Implementation

$async.Future<$1.RemoveHumanPhoneResponse> removeHumanPhone_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.RemoveHumanPhoneRequest> request) async {
  return removeHumanPhone(call, await request);
}