Bahrom Jabborov
Results
2
comments of
Bahrom Jabborov
> I try to save data on the main thread and read the data in an isolate. even when calling .flush() it is not working. is there any way to...
I had the same issue. My solution was creating MyApp class on the android side. ``` class MyApp : Application() { override fun onCreate() { super.onCreate() MapKitFactory.setApiKey("API_KEY") } } ```...