deviceID property

String get deviceID

设备ID 苹果

Implementation

static String get deviceID =>
    Platform.isIOS ? (_deviceInfo?.deviceID ?? "") : (androidId ?? "");