enableShakeForFeedback method

Future<void> enableShakeForFeedback()

Implementation

Future<void> enableShakeForFeedback() async {
  AppticsFlutterPlatform.instance.enableShakeForFeedback();
}