menu
  1. Dart
  2. dart:html
  3. StorageUsageCallback typedef
StorageUsageCallback

StorageUsageCallback typedef

StorageUsageCallback = void Function(int currentUsageInBytes, int currentQuotaInBytes)

Implementation

typedef void StorageUsageCallback(
 int currentUsageInBytes,
 int currentQuotaInBytes,
);
dart:html library

AltStyle によって変換されたページ (->オリジナル) /