setNotification method

dynamic setNotification(
  1. String value
)

Implementation

setNotification(String value) => _prefs?.setString(Constants.notificationCache, value);