vibrationType static method

Future vibrationType(
  1. String vibrationType
)

Implementation

static Future vibrationType(String vibrationType) async {
  await _preferences.setString("${prefix}vibration_type", vibrationType);
}