idfaString property

dynamic get idfaString

Implementation

get idfaString => checkNotification.value;
set idfaString (dynamic value)

Implementation

set idfaString(value) => checkNotification.value = value;