showSuccess method

void showSuccess([
  1. String msg = 'Success'
])

Implementation

void showSuccess([String msg = 'Success']) =>
    showSnackBar(msg, foreground: colors.onPrimary, background: colors.primary);