Skip to content

Commit

Permalink
docs: explain the use of "on" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Nov 21, 2023
1 parent 4d7662f commit 7f732e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import 'package:noports_core/src/common/io_types.dart';
import 'package:noports_core/sshnp_foundation.dart';

/// [SshnpLocalSshKeyHandler] uses variables from [SshnpCore] so it is a mixin
/// on [SshnpCore]
mixin SshnpLocalSshKeyHandler on SshnpCore implements SshnpKeyHandler {
@override
LocalSshKeyUtil get keyUtil => _sshKeyUtil;
Expand Down

0 comments on commit 7f732e3

Please sign in to comment.