endBuffering method

void endBuffering()

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:tryInline')
void endBuffering() {
  if (--_buffering < 0) {
    throw StateError('Inconsistent buffering completion detected.');
  }
}