feat(mobile): add plugin config to the Plugin class (#6763)

This commit is contained in:
Lucas Fernandes Nogueira
2023-04-23 05:15:13 -07:00
committed by GitHub
parent 41f49aeae6
commit dfa407ffcb
16 changed files with 84 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri": patch
---
Expose plugin configuration on the Android and iOS plugin classes.

View File

@@ -0,0 +1,5 @@
---
"tauri": patch
---
Change iOS plugin init function signature to `func init_plugin() -> Plugin`.