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