e static method
Logs ERROR level message. Please fill ex (exception) and stacktrace
so it will record them to Crashlytics.
Implementation
static void e(String message, {ex, StackTrace? stacktrace}) =>
Fimber.e(message, ex: ex, stacktrace: stacktrace);