missed some unimplemented throws

This commit is contained in:
Matthew Fosse 2024-04-16 15:49:04 -07:00
parent c84df3935f
commit 6fbbfce702
2 changed files with 484 additions and 485 deletions

View file

@ -1002,21 +1002,21 @@ class HaCupertinoLocalizations extends GlobalCupertinoLocalizations {
@override @override
// TODO: implement clearButtonLabel // TODO: implement clearButtonLabel
String get clearButtonLabel => throw UnimplementedError(); String get clearButtonLabel => "clearButtonLabel";
@override @override
// TODO: implement lookUpButtonLabel // TODO: implement lookUpButtonLabel
String get lookUpButtonLabel => throw UnimplementedError(); String get lookUpButtonLabel => "lookUpButtonLabel";
@override @override
// TODO: implement menuDismissLabel // TODO: implement menuDismissLabel
String get menuDismissLabel => throw UnimplementedError(); String get menuDismissLabel => "menuDismissLabel";
@override @override
// TODO: implement searchWebButtonLabel // TODO: implement searchWebButtonLabel
String get searchWebButtonLabel => throw UnimplementedError(); String get searchWebButtonLabel => "searchWebButtonLabel";
@override @override
// TODO: implement shareButtonLabel // TODO: implement shareButtonLabel
String get shareButtonLabel => throw UnimplementedError(); String get shareButtonLabel => "shareButtonLabel";
} }

File diff suppressed because it is too large Load diff