PhoneanswerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PhoneanswerPlatform
Implementers

Constructors

PhoneanswerPlatform()
Constructs a PhoneanswerPlatform.

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

checkGPSIsOpen() Future<bool?>
endPhoneCall() Future<String?>
getLocation() Future<void>
getPhotoStatus() Future<void>
getPlatformVersion() Future<String?>
isXMPhone() Future<bool?>
missedcalls() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWeb(String openUrl) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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