Map<String, dynamic> get data => Platform.isAndroid ? androidDeviceInfo?.data ?? {} : iosDeviceInfo?.data ?? {};