Returns bool - Whether the window can be moved by user.
bool
@platforms macos
Future<bool> isMovable() async { return await _channel.invokeMethod('isMovable'); }