Future<List<String>> verify(String session) async { final resp = await invoke('Document/Status/$session'); return List<String>.from(resp ?? []); }