mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +00:00
7 lines
133 B
Dart
7 lines
133 B
Dart
/// Flutter utilities
|
|
///
|
|
/// @author Pierre Hubert
|
|
import 'package:flutter/foundation.dart' show kIsWeb;
|
|
|
|
bool get isWeb => kIsWeb;
|