check if the device can vibrate or not
static Future<bool> get canSupportsHaptic async { return await _channel.invokeMethod('canSupportsHaptic'); }