D5Original post
Moderator
Dart
await account.createPushTarget(targetId: ID.unique(), identifier: "Demo");After executing that code with an active session in flutter, in the Appwrite console, the target seems not being set and is being shown as empty
Summary
Developers are unable to set a push target using Flutter in Appwrite console.