Describe the bug
In the README for background messages. The example for Application.java imports import io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService; If you create a new project there is no FlutterFirebaseMessagingService class in the Java code android.main.java.io.flutter.plugins folder. Are we supposed to create this class ourselves?
To Reproduce
Steps to reproduce the behavior:
- Create new flutter project
- read README
Expected behavior
An implementation example of how to handle import io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService;
Additional context
Maybe I am wrong and somehow the Flutter firebase_messaging injects the code?
Describe the bug
In the README for background messages. The example for
Application.javaimportsimport io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService;If you create a new project there is noFlutterFirebaseMessagingServiceclass in the Java codeandroid.main.java.io.flutter.pluginsfolder. Are we supposed to create this class ourselves?To Reproduce
Steps to reproduce the behavior:
Expected behavior
An implementation example of how to handle
import io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService;Additional context
Maybe I am wrong and somehow the Flutter
firebase_messaginginjects the code?