commitChanges method
Implementation
@override
void commitChanges() {
final _commitChangesFfi = __lib.catchArgumentError(() => __lib.nativeLibrary.lookupFunction<
Void Function(Pointer<Void>, ),
void Function(Pointer<Void>, )
>('navigine_sdk_flutter_LocationManager_commitChanges'));
_commitChangesFfi(this.ptr, );
exception.checkCallResult();
}