menu
pg_timezone package
documentation
timezone.dart
LocationDatabase
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears the database of all
Location
entries.
Implementation
void clear() => _locations.clear();
pg_timezone package
documentation
timezone
LocationDatabase
clear method
LocationDatabase class