reveal method
Reveal the node meshName
under entity
. Only applicable if hide had previously been called; this is a no-op otherwise.
Implementation
@override
Future<void> reveal(ThermionEntity entity, String? meshName) async {
throw UnimplementedError();
// await _shim.reveal(entity, meshName).toDart;
}