_internal library

Classes

Authenticator
CelestBase
CelestHttpClient
httpError
Configures an HTTP error response for a cloud function.
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

Extension Types

HttpStatus
An HTTP status code.

Extensions

JsonUtf8 on Object
Conversion between JSON and UTF-8.

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.
OnRevoke = FutureOr<void> Function()