shutDownEngine method
iOS only — shuts down the CoreHaptics engine. No-op on Android.
Implementation
Future<void> shutDownEngine() => PulsarPlatform.instance.shutDownEngine();
iOS only — shuts down the CoreHaptics engine. No-op on Android.
Future<void> shutDownEngine() => PulsarPlatform.instance.shutDownEngine();