scroll_end function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_scroll_end', assetId: 'thermion_dart')
void scroll_end(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
    symbol: '_scroll_end', assetId: 'thermion_dart')
external void scroll_end(
  ffi.Pointer<ffi.Void> viewer,
);