NativePromise constructor
NativePromise(
- RenderContext<
LoadInstanceContext> context, { - required String callId,
Implementation
NativePromise(
RenderContext context, {
required String callId,
}) : _context = context,
super(callId);