- Capacitor calls method on native plugin
- I want to show Compose (style with Material3 Theme)
@PluginMethod
fun doSth(call: PluginCall) {
// How to display a custom Composable?
call.resolve()
}
@PluginMethod
fun doSth(call: PluginCall) {
// How to display a custom Composable?
call.resolve()
}