containsKey abstract method

Future<bool> containsKey(
  1. K key
)
inherited

Returns true if the box contains the given key.

Implementation

Future<bool> containsKey(K key);