set method

Future<void> set(
  1. String value
)

Implementation

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