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