getRegion method

String getRegion()

Implementation

String getRegion() {
  if (credentials == null) {
    throw EwelinkGenericException('Not logged in');
  }
  return region;
}