Undocks the window. only works on Windows
@platforms windows
Future<bool> undock() async { return await _channel.invokeMethod('undock'); }