showAttachmentReplayWhileLoadingOf static method

bool showAttachmentReplayWhileLoadingOf(
  1. BuildContext context
)

Implementation

static bool showAttachmentReplayWhileLoadingOf(BuildContext context) {
  return maybeOf(context)?.showAttachmentReplayWhileLoading ?? false;
}