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
I can get what I want with the execute function. But run seems to be a more semantic interface.
Perhaps the run function can return a tuple like Future<(int?, Uint8List)> (that's exactly what I'm doing now). It's a bit frustrating to have to use execute when you need to determine whether an command was executed successfully.
Just a suggestion.
The text was updated successfully, but these errors were encountered:
I can get what I want with the
execute
function. Butrun
seems to be a more semantic interface.Perhaps the
run
function can return a tuple likeFuture<(int?, Uint8List)>
(that's exactly what I'm doing now). It's a bit frustrating to have to useexecute
when you need to determine whether an command was executed successfully.Just a suggestion.
The text was updated successfully, but these errors were encountered: