show method

void show()

Implementation

void show() {
  using((arena) {
    Pointer<Pointer<Void>> ptrArgArray = nullptr;
    gde.ffiBindings.gde_object_method_bind_ptrcall(
      _bindings.methodShow, nativePtr.cast(), ptrArgArray, nullptr.cast());
  });
}