menu
wire package
documentation
mixin/mixin_with_database.dart
WireMixinWithDatabase
retrieve method
retrieve method
dark_mode
light_mode
retrieve
method
Future
retrieve
(
String
key
)
Implementation
Future<dynamic> retrieve(String key) => databaseService.retrieve(key);
wire package
documentation
mixin/mixin_with_database
WireMixinWithDatabase
retrieve method
WireMixinWithDatabase mixin