importJsonRawSync abstract method

void importJsonRawSync(
  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

void importJsonRawSync(Uint8List jsonBytes);