loadContactList method

  1. @override
ContactList? loadContactList(
  1. String pubKey
)
override

Implementation

@override
ContactList? loadContactList(String pubKey) {
  return isar.dbContactLists.get(pubKey);
}