close method

void close([
  1. String? id
])

Implementation

void close([String? id]) => _Instances.remove<T>(id);