fromSerializable method

Future fromSerializable(
  1. dynamic serializable,
  2. dynamic opts
)

Creates db from a data structure (not string!) produced by serializable.

Implementation

Future fromSerializable(serializable, opts) {
  throw UnimplementedError();
}