setMainCamera method

  1. @override
Future setMainCamera()
override

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();
}