getBool method

bool? getBool(
  1. String key
)
inherited

Implementation

bool? getBool(String key) => _pref.getBool(key);