isDesktop property

bool isDesktop

Implementation

bool get isDesktop => myPlatform.whenOrNull(android: () => false,ios: () => false) ?? true;