GetPushReceiverId constructor
const
GetPushReceiverId({
- required String payload,
Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously
Implementation
const GetPushReceiverId({
required this.payload,
});