Rizwan
06/13/2023, 5:13 AMJeff Lockhart
06/13/2023, 5:38 AMRizwan
06/13/2023, 6:10 AMRizwan
06/13/2023, 6:11 AMJeff Lockhart
06/13/2023, 2:43 PMRizwan
06/13/2023, 3:13 PMJeff Lockhart
06/13/2023, 4:48 PMRizwan
06/14/2023, 6:08 AMRizwan
06/14/2023, 6:12 AMJeff Lockhart
06/14/2023, 6:44 AMContext
reference on Android in order to interact with the bundle resources or application sandbox file system. On iOS, you need NSBundle
to access the resources from the framework and NSFileSytem
to write to the app's documents directory.
I'd recommend implementing this in platform specific code, androidMain and iosMain. You'll need to pass a reference to the Context
on Android, so the API doesn't align with an expect/actual.