llookup abstract method

Future<String> llookup(
  1. String key, {
  2. String? sharedBy,
  3. String? sharedWith,
  4. bool isPublic = false,
})

Implementation

Future<String> llookup(String key,
    {String? sharedBy, String? sharedWith, bool isPublic = false});