findOne abstract method

T? findOne(
  1. String key
)

Finds model of type T by key in local storage.

Implementation

T? findOne(String key);