removeMyPhone method
ResponseFuture<RemoveMyPhoneResponse>
removeMyPhone(
- RemoveMyPhoneRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.RemoveMyPhoneResponse> removeMyPhone($2.RemoveMyPhoneRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeMyPhone, request, options: options);
}