getBool abstract method

Future<bool> getBool(
  1. String key,
  2. bool defaultValue
)

get a boolean value from preference store

Implementation

Future<bool> getBool(String key, bool defaultValue);