ZegoChannelService mixin

Mixin Applications

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

backToDesktop({bool nonRoot = false}) Future<void>
Android go to the desktop
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onWillPop(BuildContext context) Future<bool>
'onWillPop' in Android returns true will cause the Flutter engine to be destroyed, resulting in the inability to interact between native code and Flutter code.
toString() String
A string representation of this object.
inherited

Operators

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