ApiDatabaseService class
Constructors
- ApiDatabaseService()
-
factory
Properties
Methods
-
clearAll(
) → Future< void> -
clearSession(
String sessionId) → Future< void> -
getLogCountForSession(
String sessionId) → Future< int> -
getLogsForSession(
String sessionId) → Future< List< ApiLogModel> > -
getSessions(
) → Future< List< ApiSessionModel> > -
insertLog(
ApiLogModel log) → Future< void> -
insertSession(
ApiSessionModel session) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateSessionName(
String sessionId, String newName) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited