remove method
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);
}
}