@override Future<String?> putString(String key, String value) async { return Future.value(await callPlatform("putString", [key, value])); }