unmaximize method

Future<bool> unmaximize(
  1. MethodCall call
)

Implementation

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