getBool method

bool getBool(
  1. String key
)

Returns an boolean value from Firebase Remote Config.

Implementation

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