Checks if the getCssCanvasContext API is supported on the current platform.
See also:
Source
static bool get supportsCssCanvasContext => JS('bool', '!!(document.getCSSCanvasContext)');
Checks if the getCssCanvasContext API is supported on the current platform.
See also:
static bool get supportsCssCanvasContext => JS('bool', '!!(document.getCSSCanvasContext)');