frb_initialize_rust abstract method

void frb_initialize_rust(
  1. NativePortType dart_opaque_drop_port,
  2. NativePortType dart_fn_invoke_port
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

// ignore: non_constant_identifier_names
void frb_initialize_rust(
  // ignore: non_constant_identifier_names
  NativePortType dart_opaque_drop_port,
  // ignore: non_constant_identifier_names
  NativePortType dart_fn_invoke_port,
);