getMainCamera method

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

Returns the entity associated with the main camera.

Implementation

@override
Future<ThermionEntity> getMainCamera() async {
  throw UnimplementedError();
  // final ThermionEntity jsEntity = await _shim.getMainCamera().toDart;
  // return ThermionEntity._fromJSObject(jsEntity).toDart;
}