isDockable method

Future<bool> isDockable()

Returns bool - Whether the window is dockable or not.

Supported Platforms:

  • Windows

Implementation

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