Skip to content

Commit c73702c

Browse files
authored
Use @docImport in webcrypto.dart (#175)
1 parent c178c0b commit c73702c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webcrypto.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
/// * `InvalidAccessError` shouldn't occur, except for ECDH key derivation with
4343
/// mismatching curves where it becomes an [ArgumentError].
4444
///
45+
/// @docImport 'src/webcrypto/webcrypto.dart';
4546
library webcrypto;
4647

4748
export 'src/webcrypto/webcrypto.dart';

0 commit comments

Comments
 (0)