getBool method

bool getBool(
  1. String key
)

The boolean value for key, or the default configured in Remote Config.

Implementation

bool getBool(String key) => _remoteConfig.getBool(key);