delete method
Deletes this app and frees up system resources.
Once deleted, any plugin functionality using this app instance will throw an error.
Implementation
Future<void> delete() => Firebase._delete(name);
Deletes this app and frees up system resources.
Once deleted, any plugin functionality using this app instance will throw an error.
Future<void> delete() => Firebase._delete(name);