Puts a boolean variable in nosql, doing the conversion
@protected Future<void> putBool(String key, {required bool value}) async => put( key: key, value: value.toString(), );