getAllOrganizations method

Future<List<Owner>> getAllOrganizations()

Implementation

Future<List<Owner>> getAllOrganizations() =>
    _releaseRepo.getAllOrganizations();