write abstract method

Future<void> write(
  1. T token
)

Saves the provided token asynchronously.

Implementation

Future<void> write(T token);