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