LinphoneFlutterPlugin class
Constructors
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
-
addCallStateListener(
) → Stream< CallState> -
addLoginListener(
) → Stream< LoginState> -
answercall(
) → Future< void> -
call(
{required String number}) → Future< void> -
callLogs(
) → Future< CallLogs> -
callTransfer(
{required String destination}) → Future< bool> -
hangUp(
) → Future< void> -
login(
{required String userName, required String domain, required String password}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectCall(
) → Future< void> -
removeCallListener(
) → Future< void> -
removeLoginListener(
) → Future< void> -
requestPermissions(
) → Future< void> -
toggleMute(
) → Future< bool> -
toggleSpeaker(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited