fun prepare(engineSession: EngineSession): Unit
Overrides WindowRequest.prepare
Prepares the provided EngineSession for the window request. This is used to attach state (e.g. a native session) to the engine session.
engineSession - the engine session to prepare.
engineSession