expose abstract method

Future<void> expose(
  1. ExposedThing thing
)

Exposes a thing.

Implementation

Future<void> expose(ExposedThing thing);