mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
6 lines
293 B
Dart
6 lines
293 B
Dart
import 'package:np_platform_util/np_platform_util.dart';
|
|
|
|
final isSupportMapView =
|
|
[NpPlatform.android, NpPlatform.web].contains(getRawPlatform());
|
|
final isSupportSelfSignedCert = getRawPlatform() == NpPlatform.android;
|
|
final isSupportEnhancement = getRawPlatform() == NpPlatform.android;
|