Returns bool - Whether the window can be manually resized by the user.
bool
Future<bool> isResizable() async { return await _channel.invokeMethod('isResizable'); }