convSound static method

Future convSound(
  1. bool convSound
)

Implementation

static Future convSound(bool convSound) async {
  await _preferences.setBool("${prefix}conv_sound", convSound);
}