setAfk method Null safety
- bool afk
Define afk of this
Implementation
void setAfk (bool afk) {
_shards.send(OpCode.statusUpdate, {
'afk': afk,
});
}
Define afk of this
void setAfk (bool afk) {
_shards.send(OpCode.statusUpdate, {
'afk': afk,
});
}