shouldShow method

Future<bool> shouldShow()

Checks whether the introduction should be shown.

Returns a Future<bool> indicating whether the introduction should be shown.

Implementation

Future<bool> shouldShow() => _dataProvider.shouldShow();