setRecording method
If recording
is set to true, each frame the framebuffer/texture will be written to /tmp/output_*.png.
This will impact performance; handle with care.
Implementation
@override
Future setRecording(bool recording) {
// TODO: implement setRecording
throw UnimplementedError();
}