2/4/1
This commit is contained in:
@@ -27,7 +27,7 @@ Future<void> backgroundMessageHandler(RemoteMessage message) async {
|
||||
await Firebase.initializeApp();
|
||||
print('===========back===${message.notification?.title}');
|
||||
|
||||
FirebaseMessagesController().firebasetitles(message);
|
||||
FirebaseMessagesController().fireBaseTitles(message);
|
||||
}
|
||||
|
||||
void main() async {
|
||||
|
||||
Reference in New Issue
Block a user