wuchuheng_local_cache

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

wuchuheng local cache

This is a local cache library.
Features #

Local cache

Getting started #
start using the package.
Usage #
import 'package:local_cache/src/local_cache_base.dart';

void main() async {
LocalCache localCache = LocalCache();
String key = 'keyName';
String value = "valueData";
await localCache.set(key: key, value: value);
// expect(awesome.isAwesome, isTrue);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.