Robert

Results 2 comments of Robert

A solution to this is to wrap all of the references to this package in the conditon below: ```dart import if (kIsWeb ? false : Platform.isWindows || Platform.isLinux || Platform.isMacOS)...