Checks whether the introduction should be shown.
Returns a Future<bool> indicating whether the introduction should be shown.
Future<bool>
Future<bool> shouldShow() => _dataProvider.shouldShow();