fix analyze

This commit is contained in:
Salvatore Giordano
2021-02-17 09:19:26 +01:00
parent beb54babb5
commit 29447d1440
3 changed files with 1 additions and 5 deletions
@@ -11,6 +11,7 @@ enum AttachmentSource {
extension AttachmentSourceX on AttachmentSource {
/// The [when] method is the equivalent to pattern matching.
/// Its prototype depends on the AttachmentSource defined.
// ignore: missing_return
T when<T>({
@required T Function() local,
@required T Function() network,