How to write to the dev system within a Flutter widget test?
During a widget test, I want to write to the dev environment file system, instead of writing to the device’s file system. (So, using dart.io instead of path_provider.)
During a widget test, I want to write to the dev environment file system, instead of writing to the device’s file system. (So, using dart.io instead of path_provider.)