i static method
Logs INFO level message with optional exception and stacktrace
Implementation
static void i(String message, {ex, StackTrace? stacktrace}) =>
Fimber.i(message, ex: ex, stacktrace: stacktrace);
Logs INFO level message with optional exception and stacktrace
static void i(String message, {ex, StackTrace? stacktrace}) =>
Fimber.i(message, ex: ex, stacktrace: stacktrace);