whoAmI method

String? whoAmI()

Returns the current logged in user

Implementation

String? whoAmI() {
  return LogbotSecureStorageManager().credentials?.username;
}