menu
meshagent package
documentation
participant_token.dart
QueuesGrant
canReceive method
canReceive method
dark_mode
light_mode
canReceive
method
bool
canReceive
(
String
queue
)
Implementation
bool canReceive(String queue) => receive == null || receive!.contains(queue);
meshagent package
documentation
participant_token
QueuesGrant
canReceive method
QueuesGrant class