deviceInfo property

Map<String, Object?> get deviceInfo

What the app reported on joining: protocol, platform and devicePixelRatio.

Implementation

Map<String, Object?> get deviceInfo => _deviceInfo;