undock method

Future<bool> undock()

Undocks the window. only works on Windows

@platforms windows

Implementation

Future<bool> undock() async {
  return await _channel.invokeMethod('undock');
}