URegisterPushPlatform.unknownValue constructor

const URegisterPushPlatform.unknownValue({
  1. required String data,
})

Implementation

const factory URegisterPushPlatform.unknownValue({
  required String data,
}) = URegisterPushPlatformUnknownValue;