NetworkService 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
-
clearHandUpList(
ClearHandUpListBody body) → Future< TCICClearHandUpListRepModel?> -
endClass(
EndClassBody body) → Future< TCICEndClassRepModel?> -
getClasses(
GetClassesBody body) → Future< TCICGetClassesRepModel?> -
getClassInfo(
GetClassInfoBody body) → Future< TCICGetClassInfoRepModel?> -
getClassMessage(
GetClassMessageBody body) → Future< TCICGetClassMessageRepModel?> -
getClassResource(
GetClassResourceBody body) → Future< TCICGetClassResourceRepModel?> -
getClassTasks(
GetClassTasksBody body) → Future< TCICGetClassTasksRepModel?> -
getCloudControlConfig(
int schoolId) → Future< Map< String, dynamic> ?> -
getHandUpList(
GetHandUpListBody body) → Future< TCICGetHandUpListRepModel?> -
getMemberInfo(
GetMemberInfoBody body) → Future< TCICGetMemberInfoResult?> -
getMemberList(
GetMemberListBody body) → Future< TCICGetMemberListRepModel?> -
getPermissionList(
GetPermissionListBody body) → Future< TCICGetPermissionListRepModel?> -
getSchoolInfo(
) → Future< TCICGetSchoolInfoRepModel?> -
getSelfInfo(
) → Future< TCICUserInfoRepModel?> -
getUserCommand(
CommandBody body) → Future< TCICCommandRepModel?> -
getUsersInfo(
List< String> userIds) → Future<TCICUsersInfoRepModel?> -
ignoreHandUp(
IgnoreHandUpBody body) → Future< TCICIgnoreHandUpRepModel?> -
joinClass(
JoinClassBody body) → Future< TCICJoinClassRepModel?> -
lockStageLoop(
LockStageLoopBody body) → Future< TCICLockStageLoopRepModel?> -
muteAll(
MuteAllBody body) → Future< TCICMuteAllRepModel?> -
muteVideoAll(
MuteVideoAllBody body) → Future< TCICMuteVideoAllRepModel?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
quitClass(
QuitClassBody body) → Future< TCICQuitClassRepModel?> -
recallMessage(
RecallMessageBody body) → Future< TCICRecallMessageRepModel?> -
releaseClassResource(
ReleaseClassResourceBody body) → Future< TCICReleaseClassResourceRepModel?> -
selfStatusReport(
StateReportBody body) → Future< TCICStateReportBodyRepModel?> -
sendAction(
ActionBody body) → Future< TCICActionRepModel?> -
sendCommand(
CommandBody body) → Future< TCICCommandRepModel?> -
sendHeartBeat(
HeartbeatBody body) → Future< TCICHeartbeatRepModel?> -
setClassCustomData(
SetClassCustomDataBody body) → Future< TCICSetClassCustomDataRepModel?> -
setClassLayout(
SetClassLayoutBody body) → Future< TCICSetClassLayoutRepModel?> -
setEnableStage(
SetEnableStageBody body) → Future< TCICSetEnableStageRepModel?> -
setResourceLimit(
SetClassResourceLimitBody body) → Future< TCICSetClassResourceLimitRepModel?> -
setScore(
SetScoreBody body) → Future< TCICSetScoreRepModel?> -
setTranslate(
SetTranslateTextBody body) → Future< TCICSetTranslateTextRepModel?> -
silenceAll(
SilenceAllBody body) → Future< TCICSilenceAllRepModel?> -
startClass(
StartClassBody body) → Future< TCICStartClassRepModel?> -
startStageLoop(
StartStageLoopBody body) → Future< TCICStartStageLoopRepModel?> -
stopClassTask(
StopClassTaskBody body) → Future< TCICStopClassTaskRepModel?> -
stopStageLoop(
StopStageLoopBody body) → Future< TCICStopStageLoopRepModel?> -
toString(
) → String -
A string representation of this object.
inherited
-
translateText(
TranslateTextBody body) → Future< TCICTranslateTextRepModel?> -
updateClassTask(
UpdateClassTaskBody body) → Future< TCICUpdateClassTaskRepModel?> -
updateStageLoop(
UpdateStageLoopBody body) → Future< TCICUpdateStageLoopRepModel?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited