From 91851e67e6a6e6445d09602007cf5b5e2c401495 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 24 Feb 2025 20:01:35 +0100 Subject: [PATCH] remove todos --- dart/lib/src/runtime_checker.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/dart/lib/src/runtime_checker.dart b/dart/lib/src/runtime_checker.dart index 85cd9d002..4aee63c8f 100644 --- a/dart/lib/src/runtime_checker.dart +++ b/dart/lib/src/runtime_checker.dart @@ -2,8 +2,6 @@ import 'dart:async'; /// Helper to check in which environment the library is running. /// The environment checks (release/debug/profile) are mutually exclusive. -// TODO rename this to `RuntimeChecker` or something similar to better represent what it does. -// TODO move `platform` directly to options - that is what we actually access 99 % of the times in tests and lib. class RuntimeChecker { RuntimeChecker({ bool? isRootZone,