getContact abstract method

Future<Contact?> getContact(
  1. String identifier, {
  2. bool withThumbnails = true,
  3. bool withUnifyInfo = true,
  4. bool withHiResPhoto = true,
})

Implementation

Future<Contact?> getContact(String identifier,
    {bool withThumbnails = true,
    bool withUnifyInfo = true,
    bool withHiResPhoto = true});