delete method

void delete()

Deletes this app and frees up system resources.

Once deleted, any plugin functionality using this app instance will throw an error.

Implementation

void delete() {
  _delegate.delete();
}