remove abstract method

void remove(
  1. String name
)

Removes a Vault from this VaultManager if present

  • name: The name of the vault

Implementation

void remove(String name);