Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Feb 24, 2025
1 parent 90f0e93 commit 91851e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dart/lib/src/runtime_checker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 91851e6

Please # to comment.