issues
search
chyiiiiiiiiiiii
/
flutter_zendesk_messaging
Zendesk-Messaging for Flutter developer
Apache License 2.0
31
stars
47
forks
source link
Android Method Channel Calls Never Complete
#67
Closed
JimmyTai
closed
2 weeks ago
JimmyTai
commented
2 weeks ago
[x] Upgrade Gradle and AGP version
[x] Remove redundant android property in root build.gradle
[x] Resolve all lint.
[x] Add
result.success
or
result.error
for each method channel call.
[x] Remove redundant
GlobalScope.launch()
in
logout
method. Because Zendesk SDK own their scope inside the SDK.
[x] Update log message.
result.success
orresult.error
for each method channel call.GlobalScope.launch()
inlogout
method. Because Zendesk SDK own their scope inside the SDK.