Future getBool()

in lib/confidence_flutter_sdk_platform_interface.dart [54:56]


  Future<bool> getBool(String key, bool defaultValue) {
    throw UnimplementedError('getBool() has not been implemented.');
  }