resolveLocalFileSystemSyncUrl method

_EntrySync resolveLocalFileSystemSyncUrl(
  1. String url
)

Implementation

@JSName('webkitResolveLocalFileSystemSyncURL')
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
_EntrySync resolveLocalFileSystemSyncUrl(String url) native;