find static method

VfsManager? find(
  1. int id
)

Implementation

static VfsManager? find(int id) {
  return _vfsMap[id];
}