menu
catchimagebox package
documentation
service/image.box.dart
ImageBoxService
initialize static method
initialize static method
dark_mode
light_mode
initialize
static method
Future
<
void
>
initialize
(
)
Implementation
static Future<void> initialize() async { ImageBoxService._imageStore = await ImageStore.create(); }
catchimagebox package
documentation
service/image.box
ImageBoxService
initialize static method
ImageBoxService class