``` fun getData(token: String, completion: (Result...
# announcements
d
Copy code
fun getData(token: String, completion: (Result<Set<String>, ServiceError>) -> Unit)
e.g.
verify(service, atLeastOnce()).getData(anyString(), <what goes here?>)