index.dart 70 B

123
  1. export 'kv.dart';
  2. typedef ValueCallback<T> = void Function(T value);