deleteApp function

  1. @JS()
JSPromise<JSAny?> deleteApp(
  1. AppJsImpl app
)

Implementation

@JS()
external JSPromise deleteApp(AppJsImpl app);