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