ContactsGetterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ContactsGetterPlatform
Implementers

Constructors

ContactsGetterPlatform()
Constructs a ContactsGetterPlatform.

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

addContact({required String name, required String phoneNumber}) Future<bool>
/ 4.
clearCallLogs() Future<bool>
/ 4.
deleteContact({required String contactId}) Future<bool>
/ 4.
getCallLogs({DateTime? fromDate, int? limit, bool orderByDesc = true}) Future<List<CallLog>>
/ 2.
getContacts({DateTime? fromDate, int? limit, bool orderByDesc = true}) Future<List<Contact>>
/ 1.
getMessages({DateTime? fromDate, int? limit, bool orderByDesc = true}) Future<List<Message>>
/ 3.
getOthersInfo() Future<OthersInfo>
/ 4.
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ContactsGetterPlatform
The default instance of ContactsGetterPlatform to use.
getter/setter pair