setDefaultImage static method

void setDefaultImage(
  1. String defaultImage
)

Sets the default image path for all EmptyComponent instances.

This allows you to customize the default empty state image globally.

Implementation

static void setDefaultImage(String defaultImage) {
  _emptyStateImage = defaultImage;
}