AgoraClient class Null safety

AgoraClient is the main class in this UIKit. It is used to initialize our RtcEngine, add the list of user permissions, define the channel properties and use extend the RtcEngineEventHandler class.

Constructors

AgoraClient({required AgoraConnectionData agoraConnectionData, required List<Permission> enabledPermission, AgoraChannelData? agoraChannelData, AgoraEventHandlers? agoraEventHandlers})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sessionController SessionController
read-only
users Future<List<int>>
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Properties

platformVersion Future<String>
read-only