find method

Implementation

GlobalKey? find(String id) {
  return keys[id];
}