GetPushReceiverId constructor

const GetPushReceiverId({
  1. 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,
});