menu
sendbird_sdk package
documentation
core/models/command.dart
Command
encode method
encode method
dark_mode
light_mode
encode
method
String
encode
(
)
Implementation
String encode() { return cmd + jsonEncode(payload) + '\n'; }
sendbird_sdk package
documentation
core/models/command
Command
encode method
Command class