Returns bool - Whether the window is dockable or not.
bool
Supported Platforms:
Future<bool> isDockable() async { return await _invokeMethod('isDockable'); }