FlutterSmartPttPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterSmartPttPlatform
- Implementers
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
-
addMonitorGroup(
int groupId) → void -
cancelLogin(
) → void -
disJoinUser(
List< int> userIdList) → void -
endPTT(
) → void -
enterGroup(
int groupId) → void -
enterNextGroup(
) → void -
enterPreGroup(
) → void -
forceUserExit(
List< int> userIdList) → void -
getGpsInterval(
) → Future< int> -
getPlatformVersion(
) → Future< String?> -
getTranslation(
String key) → String -
init(
) → void -
inviteTmpGroup(
List< int> userIdList) → void -
leaveGroup(
) → void -
login(
String account, String password) → void -
logout(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReady(
) → void -
playText(
String text, bool interrupt) → void -
pullUsersToGroup(
List< int> userIdList) → void -
removeMonitorGroup(
int groupId) → void -
sendGroupMsg(
int groupId, String msg) → void -
sendUserMsg(
int userId, String msg) → void -
setAudioAdaptive(
int auto) → void -
setAudioFormat(
int type) → void -
setHeartbeatMode(
int mode) → void -
setHeartTime(
int second) → void -
setLocation(
String location) → Future< void> -
setLogType(
int type) → void -
setMethodCallback(
Function function) → void -
setPttTimeLimit(
int second) → void -
setUrl(
String url) → void -
sos(
) → void -
startPTT(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterSmartPttPlatform
-
getter/setter pair