hide method

Future<bool> hide(
  1. MethodCall call
)

Implementation

Future<bool> hide(MethodCall call) {
  js.context.callMethod('windowManagerPluginHide', []);
  return Future.value(true);
}