menu
flutter_smart_ptt package
documentation
handler/poc_handler.dart
PocHandler
hasPrivilege static method
hasPrivilege static method
dark_mode
light_mode
hasPrivilege
static method
dynamic
hasPrivilege
(
int
privilege
)
Implementation
static hasPrivilege(int privilege){ return (pocChangeNotifier.privilege&privilege)>0; }
flutter_smart_ptt package
documentation
handler/poc_handler
PocHandler
hasPrivilege static method
PocHandler class