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