stop method

Future<void> stop()

Releases the resources used by the motion capture engine.

Implementation

Future<void> stop() async {
  await _channel.invokeMethod(
    'stop',
  );
}