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
// TODO: implement clearButtonLabel
String get clearButtonLabel => throw UnimplementedError();
String get clearButtonLabel => "clearButtonLabel";
@override
// TODO: implement lookUpButtonLabel
String get lookUpButtonLabel => throw UnimplementedError();
String get lookUpButtonLabel => "lookUpButtonLabel";
@override
// TODO: implement menuDismissLabel
String get menuDismissLabel => throw UnimplementedError();
String get menuDismissLabel => "menuDismissLabel";
@override
// TODO: implement searchWebButtonLabel
String get searchWebButtonLabel => throw UnimplementedError();
String get searchWebButtonLabel => "searchWebButtonLabel";
@override
// TODO: implement shareButtonLabel
String get shareButtonLabel => throw UnimplementedError();
String get shareButtonLabel => "shareButtonLabel";
}

File diff suppressed because it is too large Load diff