setEnableBio static method

Future setEnableBio(
  1. bool bio
)

Implementation

static Future setEnableBio(bool bio) async {
  await _preferences.setBool("${prefix}enable_bio", bio);
}