stopLogRecording method

  1. @override
void stopLogRecording()
override

Implementation

@override
void stopLogRecording() {
    final _stopLogRecordingFfi = __lib.catchArgumentError(() => __lib.nativeLibrary.lookupFunction<
        Void Function(Pointer<Void>, ),
        void Function(Pointer<Void>, )
      >('navigine_sdk_flutter_NavigationManager_stopLogRecording'));
    _stopLogRecordingFfi(this.ptr, );
    exception.checkCallResult();
}