pers
09/18/2023, 8:59 AMinterface Checkout{
@Composable
fun screen()
}
how to implement this Checkout in ios projectZeeshan Syed
09/18/2023, 5:55 PM@Composable
expect fun CheckoutScreen()
In common
And implement the actual in iOS and Android.