Returns bool - Whether the window can be moved by user.
bool
Supported Platforms:
Future<bool> isMovable() async { return await _invokeMethod('isMovable'); }