UserClient class

Constructors

UserClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
cancelPaymentSubscription(CancelPaymentSubscriptionRequest request, {CallOptions? options}) → ResponseFuture<CancelPaymentSubscriptionResponse>
changePasswordWithRPToken(ChangePasswordWithRPTokenRequest request, {CallOptions? options}) → ResponseFuture<ChangePasswordWithRPTokenResponse>
createPaymentSubscription(CreatePaymentSubscriptionRequest request, {CallOptions? options}) → ResponseFuture<CreatePaymentSubscriptionResponse>
createUser(CreateUserRequest request, {CallOptions? options}) → ResponseFuture<CreateUserResponse>
getCurrentUser(GetCurrentUserRequest request, {CallOptions? options}) → ResponseFuture<GetCurrentUserResponse>
getOrganization(GetOrganizationRequest request, {CallOptions? options}) → ResponseFuture<GetOrganizationResponse>
initiateResetPassword(InitiateResetPasswordRequest request, {CallOptions? options}) → ResponseFuture<InitiateResetPasswordResponse>
listOrganizations(ListOrganizationsRequest request, {CallOptions? options}) → ResponseFuture<ListOrganizationsResponse>
listPaymentInvoices(ListPaymentInvoicesRequest request, {CallOptions? options}) → ResponseStream<ListPaymentInvoicesResponse>
listUsers(ListUsersRequest request, {CallOptions? options}) → ResponseFuture<ListUsersResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPassword(SetPasswordRequest request, {CallOptions? options}) → ResponseFuture<SetPasswordResponse>
toString() String
A string representation of this object.
inherited
updateUser(UpdateUserRequest request, {CallOptions? options}) → ResponseFuture<UpdateUserResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited