Future<Map<String, dynamic>> enableEncryption(String deviceSerial) async { return _client.post('/api/lapp/device/encrypt/on', { 'deviceSerial': deviceSerial, }); }