readOne abstract method

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

Implementation

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