Skip to main content

OrganizationService class

<p>OrganizationService class provides the in the context of organizations.</p> <p>Services include:</p> <ul> <li><code>getOrgMembersList</code> : to get all organizations members</li> </ul>

Constructors

OrganizationService ()

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

getOrgMembersList(String orgId) Future<List<User>>

This function fetch and returns the list of organization members.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>