restore abstract method

int restore(
  1. Uint8List data
)

Restores a handle from snapshot data.

Returns the new handle address as an int, or throws on error.

Implementation

int restore(Uint8List data);