writeOne abstract method

Future<bool> writeOne(
  1. T value, {
  2. String? key,
})

Implementation

Future<bool> writeOne(T value, {String? key});