menu
betracky_background_location package
documentation
utils/database_helper.dart
DatabaseHelper
clearLocations method
clearLocations method
dark_mode
light_mode
clearLocations
method
Future
<
void
>
clearLocations
(
)
Implementation
Future<void> clearLocations() async { final db = await database; await db.delete('locations'); }
betracky_background_location package
documentation
utils/database_helper
DatabaseHelper
clearLocations method
DatabaseHelper class