show method

Future<bool> show(
  1. MethodCall call
)

Implementation

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