menu
session_shelf package
documentation
storage/sql_storage.dart
SqlStorage
SqlStorage.new constructor
SqlStorage.new constructor
dark_mode
light_mode
SqlStorage
constructor
SqlStorage
(
String
tableName
,
FutureOr
<
void
>
sqlExecute
(
String
sql
),
FutureOr
<
Iterable
<
Map
<
String
,
Object
?
>
>
?
>
sqlSelect
(
String
sql
)
)
Implementation
SqlStorage(this.tableName, this.sqlExecute, this.sqlSelect);
session_shelf package
documentation
storage/sql_storage
SqlStorage
SqlStorage.new constructor
SqlStorage class