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