FlutterPhonePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterPhonePlatform
Implementers

Constructors

FlutterPhonePlatform()
Constructs a FlutterPhonePlatform.

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

appTask(Map map) Future<String?>
getCallRecord(Map map) Future<String?>
getCallRecordWithAudio(Map map) Future<String?>
getPlatformVersion() Future<String?>
getSim() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
permission() Future<String?>
toCall(Map map) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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