clearList method

Future<void> clearList(
  1. String key
)

Implementation

Future<void> clearList(String key) async {
  await write(key, []);
}