getContact abstract method

Future<ContactInfo?> getContact(
  1. String accId, {
  2. bool needRefresh = false,
  3. bool needFriend = true,
})

Implementation

Future<ContactInfo?> getContact(String accId,
    {bool needRefresh = false, bool needFriend = true});