You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we export everything from a central time_machine.dart file and then selectively hide classes that must not be exposed. Right now it seems that time_machine_internal.dart covers a lot of code that creates no harm if exposed.
Ideally we export everything from a central
time_machine.dartfile and then selectively hide classes that must not be exposed. Right now it seems thattime_machine_internal.dartcovers a lot of code that creates no harm if exposed.