| Index: client/html/generated/src/interface/StorageInfoQuotaCallback.dart
|
| diff --git a/client/html/generated/src/interface/StorageInfoQuotaCallback.dart b/client/html/generated/src/interface/StorageInfoQuotaCallback.dart
|
| index 7af387f7d4d80e1a92ba3ee042f8704afb49dc59..65178c7f59174f37fa4022a53762b0b330562297 100644
|
| --- a/client/html/generated/src/interface/StorageInfoQuotaCallback.dart
|
| +++ b/client/html/generated/src/interface/StorageInfoQuotaCallback.dart
|
| @@ -4,7 +4,4 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface StorageInfoQuotaCallback {
|
| -
|
| - bool handleEvent(int grantedQuotaInBytes);
|
| -}
|
| +typedef bool StorageInfoQuotaCallback(int grantedQuotaInBytes);
|
|
|