delete method
Deletes this app and frees up system resources.
Once deleted, any plugin functionality using this app instance will throw an error.
Deleting the default app is not possible and throws an exception.
Implementation
Future<void> delete() async {
await _delegate.delete();
}