setErrorPlaceholderBuilder static method
Sets a custom error placeholder builder.
Implementation
static void setErrorPlaceholderBuilder(ErrorPlaceholder Function() builder) {
_errorPlaceholderBuilder = builder;
}
Sets a custom error placeholder builder.
static void setErrorPlaceholderBuilder(ErrorPlaceholder Function() builder) {
_errorPlaceholderBuilder = builder;
}