removePath static method

void removePath(
  1. int? key
)

Implementation

static void removePath(int? key) {
  if (key != null) widgetContexts.remove(key);
}