setShowDragAndDropVideosHint method
- bool show
override
Sets the ApplicationSettings.showDragAndDropVideosHint value.
Implementation
@override
Future<void> setShowDragAndDropVideosHint(bool show) async {
Log.debug('setShowDragAndDropVideosHint($show)', '$runtimeType');
// No-op.
}