DeviceNotEnrolledScreen constructor

const DeviceNotEnrolledScreen({
  1. Key? key,
  2. String? deviceId,
  3. VoidCallback? onRetry,
  4. VoidCallback? onCancel,
})

Implementation

const DeviceNotEnrolledScreen({
  super.key,
  this.deviceId,
  this.onRetry,
  this.onCancel,
});