removeOptions method

void removeOptions(
  1. OptionType optionType
)
inherited

Removes all options of the given type from this CoAP message.

Implementation

void removeOptions(final OptionType optionType) =>
    _optionMap.remove(optionType);