Future<double?> getDouble(String key) async { return await FlutterLightweightStorePlatform.getDouble(module, key: key); }