containsKey abstract method

bool containsKey(
  1. String key
)

This method is used to check if a specific key is available/stored in the underlying storage

Implementation

bool containsKey(String key);