We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae831b commit d127000Copy full SHA for d127000
test/test_data.dart
@@ -20,7 +20,7 @@ const String testEmail = "test@example.com";
20
const String testEmailAuthHashToken = "4f1916b13a164a765b42b3205b49670a40309127179cb2687ea7feae6f61ee45";
21
22
final silentNotification = OSCreateNotification.silentNotification(
23
- playerIds: ['testPlayerID'],
+ playerIds: [testPlayerId],
24
additionalData: {'test' : 'value'}
25
);
26
0 commit comments