MethodChannelRtcConferenceTuikit class

An implementation of RtcConferenceTuikitPlatform that uses method channels.

Inheritance

Constructors

MethodChannelRtcConferenceTuikit()
The method channel used to interact with the native platform.

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableFloatWindow(bool enable) Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFloatWindowClicked() → void
startForegroundService() Future<void>
override
stopForegroundService() Future<void>
override
toString() String
A string representation of this object.
inherited
updateFloatWindowUserModel(UserModel userModel) Future<void>
override

Operators

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