hardCopyToMemory method
This function returns a hardcopy of the window as a safe array of bytes. The following values are valid: 0: BMP 1: JPG 2: PNG 3: GIF BMP is the default format.
Implementation
Uint8List hardCopyToMemory() => obj.hardCopyToMemory();