We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf7443 commit 07750f1Copy full SHA for 07750f1
lib/src/ht_email_repository.dart
@@ -12,9 +12,8 @@ class HtEmailRepository {
12
///
13
/// Requires an instance of [HtEmailClient] to handle the actual
14
/// email sending operations.
15
- const HtEmailRepository({
16
- required HtEmailClient emailClient,
17
- }) : _emailClient = emailClient;
+ const HtEmailRepository({required HtEmailClient emailClient})
+ : _emailClient = emailClient;
18
19
final HtEmailClient _emailClient;
20
0 commit comments