importJsonRaw abstract method

Future<void> importJsonRaw(
  1. Uint8List jsonBytes
)

Import a list of json objects encoded as a byte array.

The json objects must have the same structure as the objects in this collection. Otherwise an exception will be thrown.

Implementation

Future<void> importJsonRaw(Uint8List jsonBytes);