WebOPFSService.fromWindow constructor

WebOPFSService.fromWindow()

Factory constructor using global window.flutterGemmaOPFS

Implementation

factory WebOPFSService.fromWindow() {
  return WebOPFSService(opfsInterop);
}