menu
localstorage_light package
documentation
private/localstorage.dart
LocalStorage
init static method
init static method
dark_mode
light_mode
init
static method
Future
<
LocalStorage
>
init
(
String
fileName
)
Implementation
static Future<LocalStorage> init(String fileName) async { throw Exception(); }
localstorage_light package
documentation
private/localstorage
LocalStorage
init static method
LocalStorage class