Future<String> get cityCode { return platform( android: (pool) => _androidModel.getCityCode(), ios: (pool) => _iosModel.get_citycode(), ); }