ContextAnko extension
- on
Methods
-
log(
String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void -
Available on BuildContext, provided by the ContextAnko extension
-
logError(
String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void -
Available on BuildContext, provided by the ContextAnko extension
-
logOther(
String message, {String? tag, required Level level, Object? error, StackTrace? stackTrace, Zone? zone}) → void -
Available on BuildContext, provided by the ContextAnko extension
-
logWarning(
String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void -
Available on BuildContext, provided by the ContextAnko extension
-
showErrorSnackBar(
String text, {Duration duration = const Duration(milliseconds: 500), Color? backgroundColor, TextDirection? direction}) → void -
Available on BuildContext, provided by the ContextAnko extension
-
showSnackBar(
String text, {Duration duration = const Duration(milliseconds: 500), TextStyle? style, Color? backgroundColor, TextDirection? direction}) → void -
Available on BuildContext, provided by the ContextAnko extension
? Show SnackBar from build context