removeMyPhone method

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

Implementation

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