read abstract method

Future<T?> read({
  1. String? key,
})

Implementation

Future<T?> read({String? key});