shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Fixed invokeMethod missing indirection. #6

Closed pbaker5 closed 5 years ago

pbaker5 commented 5 years ago

This fixes PlatformExceptions not being thrown by when the result of invokeMethod is returned directly instead of using indirection as specified in the invokeMethod documentation.

shaqian commented 5 years ago

Thank you! I didn't know there's a difference.