removeHumanPhone_Pre method

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

Implementation

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