After adding the dependency and importing the library, I get
error: The getter 'root' isn't defined for the type 'Logger'. (undefined_getter at [******] lib\main.dart:17)
and
error: There's no constant named 'ALL' in 'Level'. (undefined_enum_constant at [******] lib\main.dart:18)
when I try to call activateLogcat()
After adding the dependency and importing the library, I get
error: The getter 'root' isn't defined for the type 'Logger'. (undefined_getter at [******] lib\main.dart:17)
anderror: There's no constant named 'ALL' in 'Level'. (undefined_enum_constant at [******] lib\main.dart:18)
when I try to call activateLogcat()