isMovable method

Future<bool> isMovable()

Returns bool - Whether the window can be moved by user.

Supported Platforms:

  • macOS

Implementation

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