DataStore.of constructor

DataStore.of(
  1. AuthenticatedContext context
)

Look up the DataStore for the current request context. The current implementation is a hack and just returns a singleton.

Implementation

factory DataStore.of(AuthenticatedContext context) => _singleton!;