getChildEntity method

Future<ThermionEntity?> getChildEntity(
  1. String childName
)

Implementation

Future<ThermionEntity?> getChildEntity(String childName)  async {
  throw UnimplementedError();
}