NativePromise constructor

NativePromise(
  1. RenderContext<LoadInstanceContext> context, {
  2. required String callId,
})

Implementation

NativePromise(
  RenderContext context, {
  required String callId,
})  : _context = context,
      super(callId);