menu
organization_service package
documentation
provider/organization_provider.dart
OrgProvider
getOrgs abstract method
getOrgs abstract method
dark_mode
light_mode
getOrgs
abstract method
Future
<
List
<
OrgUser
>
>
getOrgs
(
)
Retrieves all the orgs the current user is a part of.
Implementation
Future<List<OrgUser>> getOrgs();
organization_service package
documentation
provider/organization_provider
OrgProvider
getOrgs abstract method
OrgProvider class