menu
organization_service package
documentation
provider/organization_provider.dart
OrgProvider
getOrgData abstract method
getOrgData abstract method
dark_mode
light_mode
getOrgData
abstract method
Future
<
Org
>
getOrgData
(
String
orgId
)
Retrieves the org details for the given org id
Implementation
Future<Org> getOrgData(String orgId);
organization_service package
documentation
provider/organization_provider
OrgProvider
getOrgData abstract method
OrgProvider class