_internal library
Classes
- CelestBase
- CelestHttpClient
- IsolatedNativeStorage
- A NativeStorage that performs storage operations asynchronously on a separate isolate.
- NativeLocalStorage
- Provides app-local storage of key-value pairs.
- NativeMemoryStorage
- An in-memory implementation of NativeStorage and NativeSecureStorage.
- NativeSecureStorage
- Provides platform-specific secure storage, typically using the OS's secure keychain or keystore.
- NativeStorage
- An interface for native storage implementations.
- NativeStorageException
- NativeStorageUnknownException
- SseClient
- A Server-Sent Events (SSE) client.
- Uuid
Constants
- kDebugMode → const bool
- Whether running in debug mode.
- kIsDartNative → const bool
- Whether running in a Dart native environment (i.e. the VM).
- kIsFlutter → const bool
- Whether running in Flutter (as opposed to Dart-only).
- kIsWeb → const bool
- Whether running on the Web.
- kProfileMode → const bool
- Whether running in profile mode.
- kReleaseMode → const bool
- Whether running in release mode.
Typedefs
-
NativeStorageFactory<
T extends NativeStorage> = T Function({String? namespace, String? scope}) - A NativeStorage constructor.