mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Start to integrate push notifications
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
import 'dart:io';
|
||||
|
||||
/// Flutter utilities
|
||||
///
|
||||
/// @author Pierre Hubert
|
||||
import 'package:flutter/foundation.dart' show kIsWeb;
|
||||
|
||||
bool get isWeb => kIsWeb;
|
||||
|
||||
bool get isAndroid => !isWeb && Platform.isAndroid;
|
Reference in New Issue
Block a user