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