isShakeForFeedbackEnabled method

Future<bool?> isShakeForFeedbackEnabled()

Implementation

Future<bool?> isShakeForFeedbackEnabled() async {
  return await AppticsFlutterPlatform.instance.isShakeForFeedbackEnabled();
}