isWebCanvasCaptureSupported function
Check if web canvas capture is supported (always false on non-web).
Implementation
bool isWebCanvasCaptureSupported() {
return false;
}
Check if web canvas capture is supported (always false on non-web).
bool isWebCanvasCaptureSupported() {
return false;
}