DesktopGuard constructor

DesktopGuard({
  1. bool invert = false,
  2. String? redirectTo = '/mobile',
})

Ensures that the user is on a desktop device.

Implementation

DesktopGuard({this.invert = false, super.redirectTo = '/mobile'});