PatchbayCaptureDecoder typedef

PatchbayCaptureDecoder = Future<PatchbayDecodedCapture> Function(Uint8List bytes)

Implementation

typedef PatchbayCaptureDecoder =
    Future<PatchbayDecodedCapture> Function(Uint8List bytes);