getEntityManager method

EntityManager getEntityManager({
  1. String? topic,
})

Implementation

EntityManager getEntityManager({String? topic}) {
  return EntityManager(getClient(), topic ??= _topic);
}