Back to Flutter Boost

error method

doc/api/logger/Logger/error.html

5.0.2198 B
Original Source

error method

voiderror(

  1. String msg

)

Implementation

static void error(String msg) {
  print('FlutterBoost#$msg');
}