removeAssets method
inherited
Implementation
T removeAssets(Iterable<String> names) =>
updateState(state.copyWith(removed: {...state.removed, ...names}));
T removeAssets(Iterable<String> names) =>
updateState(state.copyWith(removed: {...state.removed, ...names}));