get_instance method

trtc_cloud_callback get_instance(
  1. Pointer<Void> context
)

1.1

Implementation

trtc_cloud get_instance(
  ffi.Pointer<ffi.Void> context,
) {
  return _get_instance(
    context,
  );
}