set abstract method

Future<void> set(
  1. T? value
)

Sets the value of the key.

Implementation

Future<void> set(T? value);