hide method

Future<bool?> hide()

Implementation

Future<bool?> hide() {
  return show(visible: false);
  // return FloatwingPlugin().showWindow(id, false);
}