Can I create a Flow in Swift code if I have a para...
# multiplatform
s
Can I create a Flow in Swift code if I have a parameter like
val requestSystemPhotoLibraryAccessPermissionFlow: () -> Flow<SystemPhotoLibraryAccessLevel>
? Or is just collection of a Flow in iOS code possible?
m
This should work. It would add the callback methods to the swift method signature