fix msg
This commit is contained in:
@@ -5,11 +5,13 @@ import 'messaging_service.dart';
|
||||
class MessagingServiceImp implements MessagingService {
|
||||
MessagingServiceImp();
|
||||
|
||||
static MessagingFCM messagingFCM;
|
||||
late MessagingFCM messagingFCM;
|
||||
|
||||
@override
|
||||
void init(onMessage,
|
||||
{OnNotify onLaunch, OnNotify onResume, OnSetupComplete onSetupComplete}) {
|
||||
{OnNotify? onLaunch,
|
||||
OnNotify? onResume,
|
||||
OnSetupComplete? onSetupComplete}) {
|
||||
messagingFCM = MessagingFCM(onMessage,
|
||||
onLaunch: onLaunch,
|
||||
onResume: onResume,
|
||||
|
||||
Reference in New Issue
Block a user