_internal library

Classes

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

OnRevoke = FutureOr<void> Function()