getAttachmentToolLoadingLabel method
Rich label for an active attachment tool loading bubble, or null if not known yet (falls back to AttachmentToolLabelService.genericLabel).
Implementation
String? getAttachmentToolLoadingLabel(String toolName) =>
attachmentToolLoadingLabels[toolName.trim()];