Scenic.Driver.init

You're seeing just the callback init, go back to Scenic.Driver module for more information.

Specs

init(vp_info :: Scenic.ViewPort.t(), opts :: Keyword.t()) :: {:ok, any()}

Initialize a driver process.

The ViewPort and an options list for the driver are passed in. Just like initializing any GenServer process, it should return {:ok, state}