add method

  1. @override
void add(
  1. String item
)
override

Implementation

@override
void add(String item) => _invokeVoidStr("Add", item);