setShowIntroduction abstract method

Future<void> setShowIntroduction(
  1. bool show
)

Sets the ApplicationSettings.showIntroduction value.

Implementation

Future<void> setShowIntroduction(bool show);