menu
bmi_b2b_package package
documentation
user.dart
B2bAuthUser
hasCompney method
hasCompney method
dark_mode
light_mode
hasCompney
method
bool
hasCompney
(
String
compneyID
)
Implementation
bool hasCompney(String compneyID) => isOwner(compneyID) || isWorker(compneyID) || isDev;
bmi_b2b_package package
documentation
user
B2bAuthUser
hasCompney method
B2bAuthUser class