deleteApp method

void deleteApp(
  1. String appName
)

Deletes a Firebase App instance.

Implementation

external void deleteApp(String appName);