import 'dart:io'; class DeviceInfo { static String get label { return 'Flutter ' + Platform.operatingSystem + '(' + Platform.localHostname + ")"; } static String get userAgent { return 'flutter-webrtc/' + 'Web' + '-plugin 0.0.1'; } }