prefix method

Alert prefix(
  1. String prefix
)

Sets a custom prefix (overrides type prefix).

Implementation

Alert prefix(String prefix) {
  _prefix = prefix;
  return this;
}