exportJsonRaw<R> abstract method

Future<R> exportJsonRaw<R>(
  1. R callback(
    1. Uint8List
    ), {
  2. bool primitiveNull = true,
})

Implementation

Future<R> exportJsonRaw<R>(R Function(Uint8List) callback,
    {bool primitiveNull = true});