Here I have used FirebaseMessagingService in Kotlin but when I run the project it will give me the following error:
Class 'MyFirebaseMessagingService' is not abstract and does not implement abstract base class member public abstract fun zzd(p0: Intent!): Unit defined in com.google.firebase.messaging.FirebaseMessagingService
Any help?