bufferPopScissorRect method
Pops the innermost clip rectangle from buffer's scissor stack.
Implementation
void bufferPopScissorRect(OptimizedBufferHandle buffer) {
_guard('Failed to pop scissor rect', () {
_native.bufferPopScissorRect(buffer.value);
});
}