write<T> abstract method

Future<void> write<T>(
  1. int address,
  2. T value
)

Implementation

Future<void> write<T>(int address, T value);