updateOrg abstract method
Update the org with the given org id. The org name and business reference cannot be updated as they are immutable once an org has been created and verified.
Implementation
Future<Org> updateOrg({
required String orgId,
Key? orgKey,
List<ContactInput>? contacts,
List<AddressInput>? addresses,
String? config,
});