Future<void> draggable(bool value) async { return _channel.invokeMethod('draggable',{'isEnable': value}); }