Sebastian Breuers

Results 1 issues of Sebastian Breuers

**Describe the bug** The result of ``` bool initialized = await FlutterBackground.initialize(androidConfig: androidConfig); ``` is always false, since ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Boolean { try...

bug