K
Hello! Little question. How do I structure a multiplatform library that is basically an API wrapper for a third-party payment service. The library can be used in Multiplatform projects, Android and JS.
1. Is it even necessary for the library to include View Model and Data Repository?
2. Also, is it best to use callbacks or pure suspend functions?
Really appreciate your advice 🙂