Skip to main content

OrganizationService class

OrganizationService class provides the in the context of organizations.

Services include:

  • getOrgMembersList : to get all organizations members

Constructors

OrganizationService ()

Properties

hashCodeint

The hash code for this object.
read-onlyinherited

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

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.
inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited