getMainCamera method

  1. @override
Future<ThermionEntity> getMainCamera()
override

Returns the entity associated with the main camera.

Implementation

@override
Future<ThermionEntity> getMainCamera() {
  // TODO: implement getMainCamera
  throw UnimplementedError();
}