getIfPresent abstract method

Future<V?> getIfPresent(
  1. K key
)

Returns the value associated with the key, otherwise null.

Implementation

Future<V?> getIfPresent(K key);