write abstract method

Future<bool> write(
  1. String key,
  2. String? value
)

Implementation

Future<bool> write(String key, String? value);