clear method - StringBuffer class - dart:core library (
original
) (
raw
)
description
void clear()
Clears the string buffer.
Implementation
external void clear();