flutter/packages/flutter_tools/templates/plugin/android-kotlin.tmpl/src
fzyzcjy 92969ba8ca
Remove @NonNull to avoid warning (#129472)
Otherwise android studio complains:

> Do not use @NonNull in Kotlin; the nullability is already implied by the Kotlin type MethodCall not ending with ?

![image](https://github.com/flutter/flutter/assets/5236035/0cc2e838-dbf9-409f-8fd8-d4e006f58be6)
2023-06-29 21:34:31 +00:00
..
main/kotlin/androidIdentifier Remove @NonNull to avoid warning (#129472) 2023-06-29 21:34:31 +00:00
test/kotlin/androidIdentifier Add Android unit tests to plugin template (#120720) 2023-02-15 17:25:23 +00:00