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