getBoolean abstract method

bool? getBoolean(
  1. String key
)

Retrieves the stored boolean value for key. Returns null if the value is not found

Implementation

bool? getBoolean(String key);