removeMyPhone method

ResponseFuture<RemoveMyPhoneResponse> removeMyPhone(
  1. RemoveMyPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

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