WIP
This commit is contained in:
parent
c0dab5229f
commit
d07b780470
|
@ -56,7 +56,6 @@ Future<void> foregroundHandleMessage(RemoteMessage message) async {
|
|||
|
||||
Future<void> _backgroundHandleMessage(RemoteMessage message) async {
|
||||
log('Handling a background message: ${message.messageId}');
|
||||
// Add your message handling logic here
|
||||
}
|
||||
|
||||
void main() async {
|
||||
|
|
Loading…
Reference in New Issue