exists<T extends Listenable> method

bool exists<T extends Listenable>()

Shortcut for ProviderContext.access.

Implementation

bool exists<T extends Listenable>() {
  return this.workflow().workflowContext.exists<T>();
}