error static method

Future<void> error(
  1. String value
)

Send a log with error level.

Implementation

static Future<void> error(String value) =>
    _flutterBugfenderInterface.error(value);