WriteFileCallBack typedef

WriteFileCallBack = String Function(String file, void doTransform({bool overwrite, StreamTransformer<List<int>, dynamic>? transformer}))

Implementation

typedef WriteFileCallBack = String Function(
    String file,
    void Function(
            {bool overwrite,
            StreamTransformer<List<int>, dynamic>? transformer})
        doTransform);