setTextSizeFullScreen method
Implementation
setTextSizeFullScreen(double value) async {
sharedPref = await _sharedPreferences;
sharedPref.setDouble("TextSizeFullScreen", value);
}
setTextSizeFullScreen(double value) async {
sharedPref = await _sharedPreferences;
sharedPref.setDouble("TextSizeFullScreen", value);
}