Skip to content

Commit

Permalink
wip nfc make a callback static
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 19, 2023
1 parent b7d8055 commit 4bdf3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notifications.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class NotificationService {
token.value = value;
}

void _onRemoteMessage(FirebaseRemoteMessage message) {
static void _onRemoteMessage(FirebaseRemoteMessage message) {
assert(debugLog("notif message: ${message.data}"));
// TODO(#122): parse data; show notification UI
}
Expand Down

0 comments on commit 4bdf3ae

Please sign in to comment.