UnregisterDeviceNotification method

int UnregisterDeviceNotification(
  1. Pointer<Void> Handle
)

Implementation

int UnregisterDeviceNotification(
  ffi.Pointer<ffi.Void> Handle,
) {
  return (_UnregisterDeviceNotification ??= _dylib.lookupFunction<
      _c_UnregisterDeviceNotification,
      _dart_UnregisterDeviceNotification>('UnregisterDeviceNotification'))(
    Handle,
  );
}