Future<bool> setDouble(String key, double value) async { return await FlutterLightweightStorePlatform.setDouble(module, key: key, value: value); }