getAttachmentToolLoadingLabel method

String? getAttachmentToolLoadingLabel(
  1. String toolName
)

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()];