size static method

int size(
  1. String key, {
  2. UStorageBucket bucket = UStorageBucket.support,
})

Implementation

static int size(String key, {UStorageBucket bucket = UStorageBucket.support}) => _live(key, bucket)?.size ?? 0;