Returns bool - Whether the window is dockable or not.
bool
@platforms windows
Future<bool> isDockable() async { return await _channel.invokeMethod('isDockable'); }