@override bool isDeviceSupport() { if (Dart.isWeb) { return false; } if (_isEnsureInitialized) { return _isDeviceSupport; } return false; }