Realtime constructor

Realtime(
  1. Client client
)

Implementation

factory Realtime(Client client) => createRealtime(client);