menu
flutter_mtad_me package
documentation
mtad/cache.dart
Cache
Cache.new constructor
Cache.new constructor
dark_mode
light_mode
Cache
constructor
Cache
(
String
pidOne
,
String
pidTwo
)
Implementation
Cache(this.pidOne, this.pidTwo) { pidMap[pidOne] = []; pidMap[pidTwo] = []; }
flutter_mtad_me package
documentation
mtad/cache
Cache
Cache.new constructor
Cache class