mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 17:26:18 +01:00
5 lines
117 B
Dart
5 lines
117 B
Dart
import 'dart:io';
|
|
|
|
import 'package:flutter/foundation.dart';
|
|
|
|
final isSupportMapView = kIsWeb || Platform.isAndroid;
|