menu
itwo_flutter_base package
documentation
util/util.dart
CacheUtil
get static method
get static method
dark_mode
light_mode
get
static method
Future
get
(
dynamic
key
)
Implementation
static Future<dynamic> get(key) async => (await _sp).get(key);
itwo_flutter_base package
documentation
util/util
CacheUtil
get static method
CacheUtil class