Closed gabrielrobert closed 6 years ago
Actually, we send an object of type packageInfo to android/iOS handler. We should work with []byte parameters for testability purposes.
packageInfo
[]byte
The same applies to the reading process.
Done!
Actually, we send an object of type
packageInfo
to android/iOS handler. We should work with[]byte
parameters for testability purposes.