getMainCamera method
Returns the entity associated with the main camera. You probably never need this; use getMainCamera instead.
Implementation
@override
Future<Camera> getMainCamera() {
// TODO: implement getMainCamera
throw UnimplementedError();
}