Fixed optional

This commit is contained in:
Sambo Chea 2022-10-28 11:15:51 +07:00
parent 044645c01a
commit c1bcb781f2

View File

@ -12,8 +12,8 @@ import 'update_cupertino_alert.dart';
class NativeUpdater {
late BuildContext _context;
late bool _forceUpdate;
late bool _showErrorDialog;
late String _appName;
bool? _showErrorDialog;
String? _appStoreUrl;
String? _iOSDescription;
String? _iOSUpdateButtonLabel;