pop static method

void pop(
  1. String key
)

Implementation

static void pop(String key) => _instance.pop(key);