remove method

T? remove({
  1. Zone? contextZone,
})

Removes the value associated with the contextZone. See set.

Implementation

T? remove({Zone? contextZone}) => set(null, contextZone: contextZone);