Future<String> get poiId { return platform( android: (pool) => _androidModel.getPoiId(), ios: (pool) => _iosModel.get_uid(), ); }