static void error(String msg, {Duration duration = DEFAULT_TOAST_DURATION}) { showToast(msg, duration: duration, backgroundColor: Colors.red); }