- iOS: Uses a single
initialize(bridge:)call that handles both theNativeBridgeassignment and the Koin startup internally. - Android: Uses
start(this)in theApplicationclass, which correctly provides theandroidContextto Koin, preventing theNoDefinitionFoundExceptionyou encountered. - Shared: The logic is hidden inside the
actual object ToastSdk, meaning the client-side developers don't need to worry about the internal global variables or Koin configuration.
karun02525/Spark-Messages
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|