You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
Resource.readAsBytes() and friends throw different exceptions depending on which platform is being used. Given that dart:io and dart:html are generally mutually exclusive, there's no way to safely type-test thrown exceptions using something like on FileSystemException catch (e).
This package could throw its own exceptions instead with fields filled from the corresponding platform-specific exception classes.