getBool method

bool? getBool(
  1. String key
)

获取布尔值

Implementation

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