find method

Future<Map<String, Object?>?> find(
  1. dynamic primaryKeyValue
)
inherited

Implementation

Future<Map<String, Object?>?> find(primaryKeyValue) async {
  throw UnimplementedError();
}