isEmpty method

bool isEmpty()

Retuns true if the local storage is empty.

Implementation

bool isEmpty() {
  return _preferences!.isEmpty();
}