add method

void add(
  1. dynamic data
)

Implementation

void add(/*String|List<int>*/ data) => throw _unsupportedError;