Future<double> getSharedDouble({required String key}) async { return await getShared<double>(key: key, defaultValue: 0.0); }