undock method

Future<bool> undock()

Undocks the window. only works on Windows

Supported Platforms:

  • Windows

Implementation

Future<bool> undock() async {
  return await _invokeMethod('undock');
}