SetupApi class
Properties
Methods
-
getSetup(
{String? zapTraceSpan}) → Future< IsOnboarding> - Check if database has default user, org, bucket
-
getSetupWithHttpInfo(
{String? zapTraceSpan}) → Future< Response> - Check if database has default user, org, bucket
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postSetup(
OnboardingRequest onboardingRequest, {String? zapTraceSpan}) → Future< OnboardingResponse> - Set up initial user, org and bucket
-
postSetupWithHttpInfo(
OnboardingRequest onboardingRequest, {String? zapTraceSpan}) → Future< Response> - Set up initial user, org and bucket
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited