getKeySize abstract method

Future<int> getKeySize(
  1. String key
)

Returns the size in bytes of a specific key, returns 0 if key doesn't exist

Implementation

Future<int> getKeySize(String key);