getOrgs abstract method

Future<List<OrgUser>> getOrgs()

Retrieves all the orgs the current user is a part of.

Implementation

Future<List<OrgUser>> getOrgs();