getOrgData abstract method

Future<Org> getOrgData(
  1. String orgId
)

Retrieves the org details for the given org id

Implementation

Future<Org> getOrgData(String orgId);