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