menu
tinode_community package
documentation
tinode.dart
AccessMode
updateGiven method
updateGiven method
dark_mode
light_mode
updateGiven
method
AccessMode
updateGiven
(
String
update
)
Implementation
AccessMode updateGiven(String update) { _given = AccessMode.update(_given, update); return this; }
tinode_community package
documentation
tinode
AccessMode
updateGiven method
AccessMode class