shutDownEngine method

Future<void> shutDownEngine()

iOS only — shuts down the CoreHaptics engine. No-op on Android.

Implementation

Future<void> shutDownEngine() => PulsarPlatform.instance.shutDownEngine();