Future<Map<String, dynamic>> getDetectorList(String deviceSerial) async { return _client.post('/api/lapp/detector/list', { 'deviceSerial': deviceSerial, }); }