WebOPFSService.fromWindow constructor
WebOPFSService.fromWindow()
Factory constructor using global window.flutterGemmaOPFS
Implementation
factory WebOPFSService.fromWindow() {
return WebOPFSService(opfsInterop);
}
Factory constructor using global window.flutterGemmaOPFS
factory WebOPFSService.fromWindow() {
return WebOPFSService(opfsInterop);
}