setMainCamera method
Sets the current scene camera to the main camera (which is always available and added to every scene by default).
Implementation
@override
Future setMainCamera() {
// TODO: implement setMainCamera
throw UnimplementedError();
}