pub unsafe extern "C" fn Dart_GetNativeReceiver(
args: Dart_NativeArguments,
value: *mut isize,
) -> Dart_Handle
Expand description
Gets the native field of the receiver.
pub unsafe extern "C" fn Dart_GetNativeReceiver(
args: Dart_NativeArguments,
value: *mut isize,
) -> Dart_Handle
Gets the native field of the receiver.