getObject abstract method

Future<Object?> getObject(
  1. Object key
)

returns the object selected by the specified key. This is for retrieving specific records from an object store.

If a value is successfully found, then a structured clone of it is created and set as the result of the request object.

Implementation

Future<Object?> getObject(Object key);