MethodChannelContactsGetter class
- Inheritance
-
- Object
- PlatformInterface
- ContactsGetterPlatform
- MethodChannelContactsGetter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addContact(
{required String name, required String phoneNumber}) → Future< bool> -
/ 4.
override
-
clearCallLogs(
) → Future< bool> -
/ 4.
override
-
deleteContact(
{required String contactId}) → Future< bool> -
/ 4.
override
-
getCallLogs(
{DateTime? fromDate, int? limit, bool orderByDesc = true}) → Future< List< CallLog> > -
/ 2.
override
-
getContacts(
{DateTime? fromDate, int? limit, bool orderByDesc = true}) → Future< List< Contact> > -
/ 1.
override
-
getMessages(
{DateTime? fromDate, int? limit, bool orderByDesc = true}) → Future< List< Message> > -
/ 3.
override
-
getOthersInfo(
) → Future< OthersInfo> -
/ 4.
override
-
getPlatformVersion(
) → Future< String?> -
override
-
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