getSdkEntity static method

Pointer getSdkEntity()

Sets the local address to the native SDK instance.

Implementation

static Pointer<EpubearSdkEntity> getSdkEntity() {
  return createSdkEntityNative!.call();
}