removeAssets method

SetonixData removeAssets(
  1. Iterable<String> names
)
inherited

Implementation

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