init method

Future<void> init()

Initializes the window.

Implementation

Future<void> init() => _platform.init(_id);