FlutterSipPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterSipPlatform
- Implementers
Constructors
- FlutterSipPlatform.new()
- Constructs a FlutterSipPlatform.
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
-
getMacAddress(
) → Future< String> -
getPlatformVersion(
) → Future< String?> -
init(
String httpUrl) → Future -
loginSip(
String userName, String displayName, String password, String sipIp, String port) → Future -
logoutSip(
) → Future -
makeCall(
String phoneNo, String displayName) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onLoginStatusChange(
LoginStatusChangeCallback callback) → void -
setAutoAnswer(
bool autoAnswer) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterSipPlatform
-
getter/setter pair