set abstract method

Future<void> set(
  1. String key,
  2. List<int> val
)

Implementation

Future<void> set(String key, List<int> val);