is there any way to call `NSData(base64Encoded:String)` from kotlin?
p
is there any way to call
NSData(base64Encoded:String)
from kotlin?
NSData.create(base64Encoding = "")
apparently… thanks anyway 😄
👍 2