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 ? 
Showing
Please register or sign in to comment