ContactPickerPlatform class abstract

Interface for fluttercontactpicker package. See said package for documentation.

Inheritance
  • Object
  • PlatformInterface
  • ContactPickerPlatform

Constructors

ContactPickerPlatform()
Constructs a ContactPickerPlatform

Properties

available bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAvailableProperties() Future<List<String>>
hasPermission() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickEmailContact({bool askForPermission = true}) Future<EmailContact>
pickEmailContacts({bool askForPermission = true, bool multiple = true}) Future<List<EmailContact>>
pickFullContact({bool askForPermission = true}) Future<FullContact>
pickFullContacts({bool askForPermission = true, bool multiple = true}) Future<List<FullContact>>
pickPhoneContact({bool askForPermission = true}) Future<PhoneContact>
pickPhoneContacts({bool askForPermission = true, bool multiple = true}) Future<List<PhoneContact>>
requestPermission({bool force = false}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ContactPickerPlatform
The default ContactPickerPlatform to use.
getter/setter pair