AppContactCheckerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AppContactCheckerPlatform
Implementers

Constructors

AppContactCheckerPlatform()
Constructs a AppContactCheckerPlatform.

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

isOnTelegram(String phone) Future<bool>
Checks if a contact is on Telegram.
isOnWhatsApp(String phone) Future<bool>
Checks if a contact is on WhatsApp.
isOnWhatsAppBusiness(String phone) Future<bool>
Checks if a contact is on WhatsApp Business.
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 AppContactCheckerPlatform
The default instance of AppContactCheckerPlatform to use.
getter/setter pair