setDefaultImage static method
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;
}