menu
fluttersdk_telescope package
documentation
telescope.dart
TelescopeStore
recentCaches static method
recentCaches static method
dark_mode
light_mode
recentCaches
static method
List
<
MagicCacheRecord
>
recentCaches
(
{
int
?
limit
,
})
Implementation
static List<MagicCacheRecord> recentCaches({int? limit}) => _recent(_caches, limit);
fluttersdk_telescope package
documentation
telescope
TelescopeStore
recentCaches static method
TelescopeStore class