save abstract method

Future<void> save(
  1. Uint8List? data
)

Save state (data could be null)

Implementation

Future<void> save(Uint8List? data);