ContactPhotoQuery class
A contact's photo query
Constructors
- ContactPhotoQuery()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryContactPhoto(
Uri uri, {bool fullSize = false}) → Future< Uint8List?> -
Get the bytes of the photo specified by
uri
. To get the full size of contact's photo the optional parameterfullSize
must be set to true. By default the returned photo is the thumbnail representation of the contact's photo. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited