milk_matters_donor_app
LocalDatabaseService
LocalDatabaseService
close method
close
milk_matters_donor_app
LocalDatabaseService
LocalDatabaseService
close method
LocalDatabaseService class
Constructors
LocalDatabaseService
Properties
columnAmount
columnDateString
columnDonationProcessed
columnId
db
hashCode
hasListeners
runtimeType
tableTrackedDonations
Methods
addListener
close
delete
deleteDatabase
dispose
getAllNotDroppedOffTrackedDonationsRecentFirst
getAllTrackedDonationsForAmountGraph
getAllTrackedDonationsForFeedGraph
getAllTrackedDonationsRecentFirst
getTotalDonatedAmount
getTrackedDonation
insert
noSuchMethod
notifyListeners
openMMDatabase
removeListener
toString
update
Operators
operator ==
close
method
Future
close
(
)
Closes the database connection
Implementation
Future close() async => db.close();