Fixed optional
This commit is contained in:
parent
044645c01a
commit
c1bcb781f2
@ -12,8 +12,8 @@ import 'update_cupertino_alert.dart';
|
|||||||
class NativeUpdater {
|
class NativeUpdater {
|
||||||
late BuildContext _context;
|
late BuildContext _context;
|
||||||
late bool _forceUpdate;
|
late bool _forceUpdate;
|
||||||
late bool _showErrorDialog;
|
|
||||||
late String _appName;
|
late String _appName;
|
||||||
|
bool? _showErrorDialog;
|
||||||
String? _appStoreUrl;
|
String? _appStoreUrl;
|
||||||
String? _iOSDescription;
|
String? _iOSDescription;
|
||||||
String? _iOSUpdateButtonLabel;
|
String? _iOSUpdateButtonLabel;
|
||||||
|
Loading…
Reference in New Issue
Block a user