URegisterPushPlatform.knownValue constructor

const URegisterPushPlatform.knownValue({
  1. required KnownRegisterPushPlatform data,
})

Implementation

const factory URegisterPushPlatform.knownValue({
  required KnownRegisterPushPlatform data,
}) = URegisterPushPlatformKnownValue;