whoAmI method
Returns the current logged in user
Implementation
String? whoAmI() {
return LogbotSecureStorageManager().credentials?.username;
}
Returns the current logged in user
String? whoAmI() {
return LogbotSecureStorageManager().credentials?.username;
}