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