add abstract method

Future<void> add(
  1. String item
)

Implementation

Future<void> add(String item);