requestCapture method
void
requestCapture()
Schedules a fresh capture before the next frame renders, replacing the previous one when it completes.
Implementation
void requestCapture() {
_capturePending = true;
}
Schedules a fresh capture before the next frame renders, replacing the previous one when it completes.
void requestCapture() {
_capturePending = true;
}