init method

  1. @override
Future<void> init(
  1. int id
)

Initializes the window with the given id.

Implementation

@override
Future<void> init(int id) => _wm.invokeMethod(_wm.ensureInitialized);