set method

void set(
  1. String value
)

Implementation

void set(final String value) => adapter.write(value);