Future<String> get district { return platform( android: (pool) => _androidModel.getDistrict(), ios: (pool) => _iosModel.get_district(), ); }