isBootstrappedUpdates property
Stream of the "has identify(...) completed successfully?" flag.
Mirrors the SDK's isBootstrapped state observable.
Implementation
Stream<bool> get isBootstrappedUpdates {
throw UnimplementedError(
'isBootstrappedUpdates has not been implemented.',
);
}