removeApp method

void removeApp(
  1. String name
)

Implementation

void removeApp(String name) {
  _apps.remove(name);
}