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 has been archived by the owner on Apr 24, 2024. It is now read-only.
As a developer user, I want to have useful information about errors.
Flutter method channel handlers should call the error function and pass the error description back to the native platforms.
Since most calls are async, it should get the errors from the futures.
Acceptance criteria:
1 - Errors are passed to the native platforms through the "error" method
The text was updated successfully, but these errors were encountered: