setRendering method
Set to true to continuously render the scene at the framerate specified by setFrameRate (60 fps by default).
Implementation
@override
Future setRendering(bool render) {
// TODO: implement setRendering
throw UnimplementedError();
}