canAddItem method

FutureOr<bool> canAddItem(
  1. String item
)

Implementation

FutureOr<bool> canAddItem(String item) => true;