maximize method

Future<void> maximize()

Maximizes the window.

Implementation

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