remove method

  1. @override
void remove(
  1. String id
)
inherited

The action for the remove.

Implementation

@override
void remove(String id) {
  final _$actionInfo = _$SequentialMessageMapBaseActionController.startAction(
      name: 'SequentialMessageMapBase.remove');
  try {
    return super.remove(id);
  } finally {
    _$SequentialMessageMapBaseActionController.endAction(_$actionInfo);
  }
}