importJsonRaw abstract method

Future<void> importJsonRaw(
  1. Uint8List jsonBytes, {
  2. bool replaceOnConflict = false,
})

Import a list of json objects.

Implementation

Future<void> importJsonRaw(Uint8List jsonBytes,
    {bool replaceOnConflict = false});