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