To send info to the debug console add the following import: –
import 'dart:developer' as debug;
…then, in your code, add debug output using: –
debug.log("This is debug output");
To send info to the debug console add the following import: –
import 'dart:developer' as debug;
…then, in your code, add debug output using: –
debug.log("This is debug output");