refactor(utils): fix warnings

This commit is contained in:
Malo Léon 2025-05-21 16:20:43 +02:00
parent 06ea7b73ae
commit 9a8fb28d57
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// ignore_for_file: unused_element
import 'dart:async';
part 'option.dart';

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// ignore_for_file: unused_element
part of 'either_base.dart';
/// {@template option_exception}