clearActiveBuffer static method
void
clearActiveBuffer()
Clears the active buffer reference.
Implementation
static void clearActiveBuffer() {
_activeBuffer = null;
_activePromptLabel = '';
}
Clears the active buffer reference.
static void clearActiveBuffer() {
_activeBuffer = null;
_activePromptLabel = '';
}