pusherInstance property

LaravelEcho<PusherClient, PusherChannel<Channel>> get pusherInstance

Implementation

static LaravelEcho<PusherClient, PusherChannel> get pusherInstance {
  if (!hasPusherInstance) {
    throw const StorageDatabaseException(
      'LaravelEcho pusher instance has not initialized yet',
    );
  }

  return _pusherInstance!;
}