Future<Map<String, String>> getDeviceInfo() async => <String, String>{ 'deviceId': 'unknown-device', 'deviceName': 'Unknown Platform', };