getBool static method

bool? getBool(
  1. String key
)

Implementation

static bool? getBool(final String key) => sharedPreferences.getBool(key);