i static method
Shorthand for info
Implementation
static void i(
dynamic message, {
String tag = 'Reactiv',
Object? error,
StackTrace? stackTrace,
}) =>
info(message, tag: tag, error: error, stackTrace: stackTrace);
Shorthand for info
static void i(
dynamic message, {
String tag = 'Reactiv',
Object? error,
StackTrace? stackTrace,
}) =>
info(message, tag: tag, error: error, stackTrace: stackTrace);