stopLogRecording method
Implementation
@override
void stopLogRecording() {
final _stopLogRecordingFfi = __lib.catchArgumentError(() => __lib.nativeLibrary.lookupFunction<
Void Function(Pointer<Void>, ),
void Function(Pointer<Void>, )
>('navigine_sdk_flutter_NavigationManager_stopLogRecording'));
final _handle = this.handle;
_stopLogRecordingFfi(_handle, );
}