Harry Nguyen

Results 12 comments of Harry Nguyen

@HuiSF Thanks, hope the team can add more options on data clear features in the future

``` OneSignal.shared.getDeviceState().then((deviceState) async { debugPrint("initOnesignalNormalPush DeviceState: ${deviceState?.jsonRepresentation()}"); String? playerId = deviceState?.userId; } ``` This is from older sdk version. I also look for function similar this to get playerid. Is...