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