menu
shared_component package
documentation
utils/app_utils.dart
AppUtils
extractLastRole static method
extractLastRole static method
dark_mode
light_mode
extractLastRole
static method
String
extractLastRole
(
String
input
)
Implementation
static String extractLastRole(String input) { return input.split('>').last.trim().toUpperCase(); }
shared_component package
documentation
utils/app_utils
AppUtils
extractLastRole static method
AppUtils class