Switching from Wire.h (Uno/Leonardo) to TinyWireM.h (ATTINY85 or digispark)

The library was loaded via Arduino-IDE:

That version uses the write() method and not send(). So you might just use a #define to change between the two versions.