GetPushReceiverId constructor

GetPushReceiverId(
  1. {required String payload,
  2. int? extra,
  3. int? clientId}
)

Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously

Returns PushReceiverId

Implementation

GetPushReceiverId