UnregisterPowerSettingNotification method

int UnregisterPowerSettingNotification(
  1. Pointer<Void> Handle
)

Implementation

int UnregisterPowerSettingNotification(
  ffi.Pointer<ffi.Void> Handle,
) {
  return (_UnregisterPowerSettingNotification ??= _dylib.lookupFunction<
          _c_UnregisterPowerSettingNotification,
          _dart_UnregisterPowerSettingNotification>(
      'UnregisterPowerSettingNotification'))(
    Handle,
  );
}