LaravelEcho<ClientType, ChannelType> constructor

LaravelEcho<ClientType, ChannelType>(
  1. StorageDatabase storageDatabase,
  2. Connector<ClientType, ChannelType> connector,
  3. List<LaravelEchoMigration> migrations
)

Implementation

LaravelEcho(this.storageDatabase, super.connector, this.migrations) {
  connector.onConnect((data) => _setupMigrations());
}