Future<void> setAppleHealthAccessGranted(bool value) async { await storage.write( key: _appleHealthAccessGranted, value: value.toString()); }