Skip to content

Commit 3121789

Browse files
committed
Add ignore for unused_element_parameter in model.dart
1 parent a5c8e82 commit 3121789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/lib/models/model.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: unused_element_parameter
2+
13
import 'package:flutter/foundation.dart';
24
import 'package:flutter_gemma/core/model.dart';
35
import 'package:flutter_gemma/pigeon.g.dart';

0 commit comments

Comments
 (0)