findOne method

Future<T?> findOne(
  1. int i
)

Implementation

Future<T?> findOne(int i) async {
  return _findOne(await prefs, i);
}