menu
tinode_community package
documentation
tinode.dart
DefAcs
fromMessage static method
fromMessage static method
dark_mode
light_mode
fromMessage
static method
DefAcs
fromMessage
(
Map
<
String
,
dynamic
>
msg
)
Implementation
static DefAcs fromMessage(Map<String, dynamic> msg) { return DefAcs(msg['auth'], msg['anon']); }
tinode_community package
documentation
tinode
DefAcs
fromMessage static method
DefAcs class